[PATCH] pinctrl: nomadik: Remove unused variable in nmk_gpio_dbg_show_one

Linus Walleij linus.walleij at linaro.org
Tue Jan 5 10:15:39 EST 2021


On Tue, Dec 29, 2020 at 9:47 PM Nathan Chancellor
<natechancellor at gmail.com> wrote:

> drivers/pinctrl/nomadik/pinctrl-nomadik.c:952:8: warning: unused
> variable 'wake' [-Wunused-variable]
>                 bool wake;
>                      ^
> 1 warning generated.
>
> There were two wake declarations added to nmk_gpio_dbg_show_one when
> converting it to use irq_has_action but only one is used within its
> scope. Remove the unused one so there is no more warning.
>
> Fixes: f3925032d7fd ("pinctrl: nomadik: Use irq_has_action()")
> Signed-off-by: Nathan Chancellor <natechancellor at gmail.com>

Patch applied.

Yours,
Linus Walleij



More information about the linux-arm-kernel mailing list