Re: [PATCH] gpu: drm/tilcdc: Fix switch case fallthrough

2019-07-29 Thread Tomi Valkeinen
On 17/07/2019 08:09, Keerthy wrote: Fix the below build warning/Error drivers/gpu/drm/tilcdc/tilcdc_crtc.c: In function ‘tilcdc_crtc_set_mode’: drivers/gpu/drm/tilcdc/tilcdc_crtc.c:384:8: error: this statement may fall through [-Werror=implicit-fallthrough=] reg |= LCDC_V2_TFT_24BPP_UNPACK;

[PATCH] gpu: drm/tilcdc: Fix switch case fallthrough

2019-07-16 Thread Keerthy
Fix the below build warning/Error drivers/gpu/drm/tilcdc/tilcdc_crtc.c: In function ‘tilcdc_crtc_set_mode’: drivers/gpu/drm/tilcdc/tilcdc_crtc.c:384:8: error: this statement may fall through [-Werror=implicit-fallthrough=] reg |= LCDC_V2_TFT_24BPP_UNPACK; ^~ drivers