On Fri, Mar 22, 2024 at 2:22 PM Arnd Bergmann <arnd@xxxxxxxxxx> wrote: > From: Arnd Bergmann <arnd@xxxxxxxx> > > This variable has never been used and can be removed to avoid a W=1 warning: > > drivers/pinctrl/mvebu/pinctrl-armada-37xx.c:837:6: error: variable 'i' set but not used [-Werror,-Wunused-but-set-variable] > 837 | int i = 0; > > Fixes: 87466ccd9401 ("pinctrl: armada-37xx: Add pin controller support for Armada 37xx") > Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx> Patch applied! Yours, Linus Walleij