gpio: ep93xx: Fix port F hwirq numbers in handler
authorNikita Shubin <nikita.shubin@maquefel.me>
Wed, 25 Jan 2023 06:47:06 +0000 (09:47 +0300)
committerNikita Shubin <nikita.shubin@maquefel.me>
Wed, 25 Jan 2023 06:47:06 +0000 (09:47 +0300)
commit6fd6b09e1430d4b09785cb53f4da75737e36bfa1
treedad14056016e639f5fd60b84b50c6d734d1c9140
parent62ac7beceae1d8105e397ea27415ebf5ee03bef5
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>
drivers/gpio/gpio-ep93xx.c