diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2011-01-18 15:23:16 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2011-01-18 15:23:16 +0000 |
| commit | f0c734d5e3996f9707880da911bf4812b82f3136 (patch) | |
| tree | fcf42113f04e8dfc6ed4ed0652dfe14ed3f9f70e /sys/dev/cs | |
| parent | 4a26285ea19b803ff20a166bcf6ce69ce23e7036 (diff) | |
Notes
Diffstat (limited to 'sys/dev/cs')
| -rw-r--r-- | sys/dev/cs/if_cs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/cs/if_cs.c b/sys/dev/cs/if_cs.c index 476b9ddbb961..c264192b902d 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; |
