]> git.baikalelectronics.ru Git - kernel.git/commit
ARM/LPC32xx: Use irq not hwirq for __irq_set_handler_locked()
authorThomas Gleixner <tglx@linutronix.de>
Tue, 23 Jun 2015 13:36:36 +0000 (15:36 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 26 Jun 2015 19:37:47 +0000 (21:37 +0200)
commit864d58e8a340938010a3a25a7932db944dfab8a9
treeacf978203b39f1bebe585e10ac3699f6271042eb
parent482267286ed11df44f42a7fdbb809480acf38597
ARM/LPC32xx: Use irq not hwirq for __irq_set_handler_locked()

irq_data->hwirq is not guaranteed to be the same as irq_data->irq. It
might be in that particular case, but it's wrong nevertheless.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Roland Stigge <stigge@antcom.de>
arch/arm/mach-lpc32xx/irq.c