]> 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)
commit0ce3c528cc71fcc4ef07a8ae781466c0fd1d2248
treeacf978203b39f1bebe585e10ac3699f6271042eb
parent70df88e47f40ae797018847a9d675f9e2d1277b9
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