From mboxrd@z Thu Jan 1 00:00:00 1970 From: jason@lakedaemon.net (Jason Cooper) Date: Wed, 25 Nov 2015 14:45:45 +0000 Subject: [PATCH] ARM: mach-orion5x: fix legacy get_irqnr_and_base In-Reply-To: References: Message-ID: <20151125144545.GA6520@io.lakedaemon.net> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Sun, Nov 22, 2015 at 10:44:19PM -0500, Nicolas Pitre wrote: > Commit 5be9fc23cd ("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. > > Signed-off-by: Nicolas Pitre Applied to mvebu/fixes with minor tweak to the subject line and Cc's to stable back to v4.2. thx, Jason.