diff options
-rw-r--r-- | drivers/firewire/fw-ohci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/firewire/fw-ohci.c b/drivers/firewire/fw-ohci.c index 0d08bf9b78c2..b72a5c1f9e69 100644 --- a/drivers/firewire/fw-ohci.c +++ b/drivers/firewire/fw-ohci.c | |||
@@ -1001,7 +1001,7 @@ static irqreturn_t irq_handler(int irq, void *data) | |||
1001 | 1001 | ||
1002 | event = reg_read(ohci, OHCI1394_IntEventClear); | 1002 | event = reg_read(ohci, OHCI1394_IntEventClear); |
1003 | 1003 | ||
1004 | if (!event) | 1004 | if (!event || !~event) |
1005 | return IRQ_NONE; | 1005 | return IRQ_NONE; |
1006 | 1006 | ||
1007 | reg_write(ohci, OHCI1394_IntEventClear, event); | 1007 | reg_write(ohci, OHCI1394_IntEventClear, event); |