]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit93b6eb77b49064ed1de5726560a0849f3ebccc2c
treeacf978203b39f1bebe585e10ac3699f6271042eb
parentbbc9d21fc0071c245c19077155ea371092ff0db8
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