Re: [PATCH v2] video: fbdev: Mark expected switch fall-through

2019-08-19 Thread Bartlomiej Zolnierkiewicz
On 7/30/19 5:25 PM, Anders Roxell wrote: > Now that -Wimplicit-fallthrough is passed to GCC by default, the > following warnings shows up: > > ../drivers/video/fbdev/sh_mobile_lcdcfb.c: In function > ‘sh_mobile_lcdc_channel_fb_init’: > ../drivers/video/fbdev/sh_mobile_lcdcfb.c:2086:22: warning:

[PATCH v2] video: fbdev: Mark expected switch fall-through

2019-07-30 Thread Anders Roxell
Now that -Wimplicit-fallthrough is passed to GCC by default, the following warnings shows up: ../drivers/video/fbdev/sh_mobile_lcdcfb.c: In function ‘sh_mobile_lcdc_channel_fb_init’: ../drivers/video/fbdev/sh_mobile_lcdcfb.c:2086:22: warning: this statement may fall through [-Wimplicit-fallthro