mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-15 21:23:23 +00:00
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
@ -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…
x
Reference in New Issue
Block a user