gpio: ep93xx: Fix port F hwirq numbers in handler
authorNikita Shubin <nikita.shubin@maquefel.me>
Wed, 25 Jan 2023 08:30:24 +0000 (11:30 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 1 Feb 2023 07:34:47 +0000 (08:34 +0100)
commitfc482705cb84135e3178398c68e3f96ac2577113
treed56d434d757fa64f9723ccd0a1f5f49002f88e5f
parent699378c56b1d2f4123ba4ef5f49392bc86754699
gpio: ep93xx: Fix port F hwirq numbers in handler

[ Upstream commit 0f04cdbdb210000a97c773b28b598fa8ac3aafa4 ]

Fix wrong translation of irq numbers in port F handler, as ep93xx hwirqs
increased by 1, we should simply decrease them by 1 in translation.

Fixes: 482c27273f52 ("ARM: ep93xx: renumber interrupts")
Signed-off-by: Nikita Shubin <nikita.shubin@maquefel.me>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/gpio/gpio-ep93xx.c