Home
last modified time | relevance | path

Searched hist:"6 ef00b42" (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/pinctrl/nuvoton/
H A Dpinctrl-wpcm450.c6ef00b42 Tue Mar 22 18:12:55 CDT 2022 Linus Walleij <linus.walleij@linaro.org> pinctrl: nuvoton: Fix sparse warning

Sparse complains:
drivers/pinctrl/nuvoton/pinctrl-wpcm450.c:626:9:
sparse: sparse: obsolete array initializer, use C99 syntax

This is because no equal sign is between the array index
and the assignments, in the macro.

Fix it up.

Reviewed-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
H A Dpinctrl-npcm7xx.c6ef00b42 Tue Mar 22 18:12:55 CDT 2022 Linus Walleij <linus.walleij@linaro.org> pinctrl: nuvoton: Fix sparse warning

Sparse complains:
drivers/pinctrl/nuvoton/pinctrl-wpcm450.c:626:9:
sparse: sparse: obsolete array initializer, use C99 syntax

This is because no equal sign is between the array index
and the assignments, in the macro.

Fix it up.

Reviewed-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>