pinctrl: sh-pfc: gpio: Return early in gpio_pin_to_irq()
authorGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 12 Feb 2020 09:02:00 +0000 (10:02 +0100)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Fri, 21 Feb 2020 12:57:44 +0000 (13:57 +0100)
commit6793baa31d684f2cace0e2ee4af4bdbc993dbed8
tree7e82bbbef6a0b04a09f017cf58fb822021db5fac
parent92c44680c5c6f1342288f6626da4008d416d8e40
pinctrl: sh-pfc: gpio: Return early in gpio_pin_to_irq()

As of commit 4adeabd042422cee ("pinctrl: sh-pfc: Remove hardcoded IRQ
numbers"), only a single operation needs to be performed after finding
the wanted pin.  Hence decrease the needed attention span of the casual
reader by replacing the goto by a direct return.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Link: https://lore.kernel.org/r/20200212090200.11106-1-geert+renesas@glider.be
drivers/pinctrl/sh-pfc/gpio.c