Searched hist:"6 ef00b42f9019143e4534738f83af8e663bf7695" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/pinctrl/nuvoton/ |
H A D | pinctrl-wpcm450.c | diff 6ef00b42f9019143e4534738f83af8e663bf7695 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 D | pinctrl-npcm7xx.c | diff 6ef00b42f9019143e4534738f83af8e663bf7695 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>
|