On Tue, Dec 29, 2020 at 9:47 PM Nathan Chancellor <natechancellor@xxxxxxxxx> 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@xxxxxxxxx> Patch applied. Yours, Linus Walleij