Skip to content

Commit

Permalink
[ARM] 4485/1: ns9xxx: pass the correct irq number to the interrupt ha…
Browse files Browse the repository at this point in the history
…ndlers

Signed-off-by: Uwe Kleine-König <ukleinek@informatik.uni-freiburg.de>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Uwe Kleine-König authored and Russell King committed Jul 20, 2007
1 parent 70ca7d5 commit cebfaf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-ns9xxx/board-a9m9750dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}

Expand Down

0 comments on commit cebfaf5

Please sign in to comment.