From: Thomas Gleixner Date: Tue, 23 Jun 2015 13:36:36 +0000 (+0200) Subject: ARM/LPC32xx: Use irq not hwirq for __irq_set_handler_locked() X-Git-Tag: omap-for-v4.2/fixes-rc1^2~55^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93b6eb77b49064ed1de5726560a0849f3ebccc2c;p=pandora-kernel.git 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 Cc: Roland Stigge --- Reading git-diff-tree failed