Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a515958d authored by Stefan Richter's avatar Stefan Richter
Browse files

firewire: fix hang after card ejection

parent de7f928c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);