Re: [PATCH] pinctrl: nomadik: Remove unused variable in nmk_gpio_dbg_show_one
From: Linus Walleij <hidden>
Date: 2021-01-05 15:16:52
Also in:
linux-arm-kernel, lkml
From: Linus Walleij <hidden>
Date: 2021-01-05 15:16:52
Also in:
linux-arm-kernel, lkml
On Tue, Dec 29, 2020 at 9:47 PM Nathan Chancellor [off-list ref] 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 <redacted>Patch applied. Yours, Linus Walleij