Commits
Sandor Yu committed e8ef76a0550
LF-481: video: fbdev: mxc: Fix build warning Fix the followed 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: Sandor Yu <Sandor.yu@nxp.com>