[PATCH] pinctrl: armada-37xx: remove an unused variable
Linus Walleij
linus.walleij at linaro.org
Tue Apr 2 05:27:36 PDT 2024
On Fri, Mar 22, 2024 at 2:22 PM Arnd Bergmann <arnd at kernel.org> wrote:
> From: Arnd Bergmann <arnd at arndb.de>
>
> 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 at arndb.de>
Patch applied!
Yours,
Linus Walleij
More information about the linux-arm-kernel
mailing list