firewire: fix hang after card ejection
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de> Signed-off-by: Kristian Høgsberg <krh@redhat.com>
This commit is contained in:
parent
de7f928ca4
commit
a515958d6f
1 changed files with 1 additions and 1 deletions
|
@ -1001,7 +1001,7 @@ static irqreturn_t irq_handler(int irq, void *data)
|
|||
|
||||
event = reg_read(ohci, OHCI1394_IntEventClear);
|
||||
|
||||
if (!event)
|
||||
if (!event || !~event)
|
||||
return IRQ_NONE;
|
||||
|
||||
reg_write(ohci, OHCI1394_IntEventClear, event);
|
||||
|
|
Loading…
Reference in a new issue