]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: orion5x: Fix legacy get_irqnr_and_base
authorNicolas Pitre <nicolas.pitre@linaro.org>
Mon, 23 Nov 2015 03:44:19 +0000 (22:44 -0500)
committerJason Cooper <jason@lakedaemon.net>
Wed, 25 Nov 2015 15:01:00 +0000 (15:01 +0000)
commit3400658f0d54fde64c564b1b13e94f08d3a9a5c0
tree676fdcdfb7689fb0f5c5b7af31001df508b54763
parentffda956b37f34210908ed6f4ab609efda24cfc04
ARM: orion5x: Fix legacy get_irqnr_and_base

Commit 2458d64e6c ("ARM: orion5x: fix legacy orion5x IRQ numbers") shifted
IRQ numbers by one but didn't update the get_irqnr_and_base macro
accordingly.  This macro is involved when CONFIG_MULTI_IRQ_HANDLER
is not defined.

[jac: 425a3d9b77 went in to v4.2, but was backported to v3.18]

Signed-off-by: Nicolas Pitre <nico@linaro.org>
Fixes: 2458d64e6c ("ARM: orion5x: fix legacy orion5x IRQ numbers")
Cc: <stable@vger.kernel.org> # v3.18+
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
arch/arm/mach-orion5x/include/mach/entry-macro.S