summaryrefslogtreecommitdiffstats
path: root/sys/dev/cs/if_cs.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/cs/if_cs.c')
-rw-r--r--sys/dev/cs/if_cs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/cs/if_cs.c b/sys/dev/cs/if_cs.c
index 476b9dd..c264192 100644
--- a/sys/dev/cs/if_cs.c
+++ b/sys/dev/cs/if_cs.c
@@ -364,7 +364,7 @@ cs_cs89x0_probe(device_t dev)
if (!error && !(sc->flags & CS_NO_IRQ)) {
if (chip_type == CS8900) {
- if (irq >= 0 || irq < 16)
+ if (irq < 16)
irq = cs8900_irq2eeint[irq];
else
irq = 255;
OpenPOWER on IntegriCloud