Commits
Robby Cai committed 62b1880446e
LF-105-2 fbdev: mxc: hdmi: fix build warning of fall through fix following build warning: ../drivers/video/fbdev/mxc/mxc_hdmi.c: In function 'mxc_hdmi_cable_connected': ../drivers/video/fbdev/mxc/mxc_hdmi.c:1964:3: warning: this statement may fall through [-Wimplicit-fallthrough=] mxc_hdmi_default_edid_cfg(hdmi); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../drivers/video/fbdev/mxc/mxc_hdmi.c:1966:2: note: here case HDMI_EDID_NO_MODES: ^~~~ Signed-off-by: Robby Cai <robby.cai@nxp.com> Reviewed-by: Sandor Yu <Sandor.yu@nxp.com> (cherry picked from commit ca5ffb6e67b6c4ce7351285a184179bd3c20afc5)