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

2019-07-29 Thread Gustavo A. R. Silva
Hi Anders, On 7/26/19 6:28 AM, Anders Roxell wrote: > When fall-through warnings was enabled by default the following warnings > was starting to show up: > > ../drivers/video/fbdev/sh_mobile_lcdcfb.c: In function > ‘sh_mobile_lcdc_channel_fb_init’: > ../drivers/video/fbdev/sh_mobile_lcdcfb.c:208

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

2019-07-26 Thread Anders Roxell
When fall-through warnings was enabled by default the following warnings was starting to show 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-fall