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

Commit cebfaf5f authored by Uwe Kleine-König's avatar Uwe Kleine-König Committed by Russell King
Browse files

[ARM] 4485/1: ns9xxx: pass the correct irq number to the interrupt handlers

parent 70ca7d55
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -77,7 +77,7 @@ static void a9m9750dev_fpga_demux_handler(unsigned int irq,

		desc = irq_desc + FPGA_IRQ(irqno);

		desc_handle_irq(irqno, desc);
		desc_handle_irq(FPGA_IRQ(irqno), desc);
	}
}