warning: this statement may fall through

drivers/pinctrl/pinctrl-xburst2.c: In function 'ingenic_packed_config':
drivers/pinctrl/pinctrl-xburst2.c:813:11: warning: this statement may fall through [-Wimplicit-fallthrough=]
   *config = pinconf_to_config_packed(PIN_CONFIG_INPUT_DEBOUNCE, value & 0xffff);
   ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
drivers/pinctrl/pinctrl-xburst2.c:815:2: note: here
-               /* fallthrough */
+               fallthrough;
0%