Re: [PATCH][next] fbdev: sh7760fb: Fix -Wimplicit-fallthrough warnings

2023-06-22 Thread Helge Deller
On 6/22/23 18:46, Gustavo A. R. Silva wrote: Fix the following fallthrough warnings seen after building sh architecture with sh7763rdp_defconfig configuration: drivers/video/fbdev/sh7760fb.c: In function 'sh7760fb_get_color_info': drivers/video/fbdev/sh7760fb.c:138:23: warning: this statement

[PATCH][next] fbdev: sh7760fb: Fix -Wimplicit-fallthrough warnings

2023-06-22 Thread Gustavo A. R. Silva
Fix the following fallthrough warnings seen after building sh architecture with sh7763rdp_defconfig configuration: drivers/video/fbdev/sh7760fb.c: In function 'sh7760fb_get_color_info': drivers/video/fbdev/sh7760fb.c:138:23: warning: this statement may fall through [-Wimplicit-fallthrough=]