CC: [email protected] CC: [email protected] TO: Joey Gouly <[email protected]> CC: Linus Walleij <[email protected]> CC: Stan Skowronek <[email protected]> CC: Marc Zyngier <[email protected]> CC: [email protected] CC: [email protected]
From: kernel test robot <[email protected]> drivers/pinctrl/pinctrl-apple-gpio.c:39:4-11: WARNING use flexible-array member instead (https://www.kernel.org/doc/html/latest/process/deprecated.html#zero-length-and-one-element-arrays) Zero-length and one-element arrays are deprecated, see Documentation/process/deprecated.rst Flexible-array members should be used instead. Generated by: scripts/coccinelle/misc/flexible_array.cocci CC: Joey Gouly <[email protected]> Reported-by: kernel test robot <[email protected]> Signed-off-by: kernel test robot <[email protected]> --- tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: c5c17547b778975b3d83a73c8d84e8fb5ecf3ba5 commit: a0f160ffcb83de6a04fa75f9e7bdfe969f2863f7 pinctrl: add pinctrl/GPIO driver for Apple SoCs :::::: branch date: 21 hours ago :::::: commit date: 5 weeks ago Please take the patch only if it's a positive warning. Thanks! pinctrl-apple-gpio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/drivers/pinctrl/pinctrl-apple-gpio.c +++ b/drivers/pinctrl/pinctrl-apple-gpio.c @@ -36,7 +36,7 @@ struct apple_gpio_pinctrl { struct pinctrl_desc pinctrl_desc; struct gpio_chip gpio_chip; struct irq_chip irq_chip; - u8 irqgrps[0]; + u8 irqgrps[]; }; #define REG_GPIO(x) (4 * (x)) _______________________________________________ kbuild mailing list -- [email protected] To unsubscribe send an email to [email protected]
