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

2019-08-02 Thread Kees Cook
On Fri, Aug 02, 2019 at 02:15:42PM -0500, Gustavo A. R. Silva wrote: > Mark switch cases where we are expecting to fall through. > > This patch fixes the following warning (Building: omap1_defconfig arm): > > drivers/video/fbdev/omap/omapfb_main.c:449:23: warning: this statement may > fall

[PATCH] video: fbdev: omapfb_main: Mark expected switch fall-throughs

2019-08-02 Thread Gustavo A. R. Silva
Mark switch cases where we are expecting to fall through. This patch fixes the following warning (Building: omap1_defconfig arm): drivers/video/fbdev/omap/omapfb_main.c:449:23: warning: this statement may fall through [-Wimplicit-fallthrough=] drivers/video/fbdev/omap/omapfb_main.c:1549:6: