Re: [PATCH] pinctrl: nomadik: remove an unused variable
From: Linus Walleij <hidden>
Date: 2021-01-05 22:26:17
Also in:
linux-gpio, lkml
From: Linus Walleij <hidden>
Date: 2021-01-05 22:26:17
Also in:
linux-gpio, lkml
On Wed, Dec 30, 2020 at 4:46 PM Arnd Bergmann [off-list ref] wrote:
From: Arnd Bergmann <arnd@arndb.de>
A recent patch added a local variable twice:
drivers/pinctrl/nomadik/pinctrl-nomadik.c:953:8: error: unused variable 'wake' [-Werror,-Wunused-variable]
Remove the unused outer declaration
Fixes: f3925032d7fd ("pinctrl: nomadik: Use irq_has_action()")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>I got an identical patch from Nathan Chancellor on dec 29 :D I'll add your reported-by and Andrews tags. Yours, Linus Walleij _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel