Home
last modified time | relevance | path

Searched hist:"5334653 d4ff29f5e1f216a2f5d3a86c19a479b1a" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/gpu/drm/sun4i/
H A Dsun4i_tcon.cdiff 5334653d4ff29f5e1f216a2f5d3a86c19a479b1a Tue Aug 20 12:47:06 CDT 2019 Gustavo A. R. Silva <gustavo@embeddedor.com> drm/sun4i: tcon: Mark expected switch fall-through

Mark switch cases where we are expecting to fall through.

Fix the following warning (Building: sunxi_defconfig arm):

drivers/gpu/drm/sun4i/sun4i_tcon.c: In function ‘sun4i_tcon0_mode_set_dithering’:
drivers/gpu/drm/sun4i/sun4i_tcon.c:318:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
val |= SUN4I_TCON0_FRM_CTL_MODE_B;
drivers/gpu/drm/sun4i/sun4i_tcon.c:319:2: note: here
case MEDIA_BUS_FMT_RGB666_1X18:
^~~~

Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com>