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)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Wed, 25 Jan 2023 12:41:37 +0000 (13:41 +0100)
commit0f04cdbdb210000a97c773b28b598fa8ac3aafa4
treec3803a15d8373d2b7859640d677b7f0efd7a5629
parent37870358616ca7fdb1e90ad1cdd791655ec54414
gpio: ep93xx: Fix port F hwirq numbers in handler

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>
drivers/gpio/gpio-ep93xx.c