Commit 4f4b8e8c authored by Linus Torvalds's avatar Linus Torvalds

Return IRQ_NONE for ieee1394 driver when the interrupt was for

somebody else.
parent bd133af1
...@@ -2232,7 +2232,7 @@ static irqreturn_t ohci_irq_handler(int irq, void *dev_id, ...@@ -2232,7 +2232,7 @@ static irqreturn_t ohci_irq_handler(int irq, void *dev_id,
spin_unlock_irqrestore(&ohci->event_lock, flags); spin_unlock_irqrestore(&ohci->event_lock, flags);
if (!event) if (!event)
return IRQ_HANDLED; return IRQ_NONE;
DBGMSG(ohci->id, "IntEvent: %08x", event); DBGMSG(ohci->id, "IntEvent: %08x", event);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment