Re: [PATCH] video: vt8500lcdfb: fix fallthrough warning

2020-04-17 Thread Bartlomiej Zolnierkiewicz
On 4/12/20 10:21 PM, Sam Ravnborg wrote: > Fix following warning: > vt8500lcdfb.c: In function 'vt8500lcd_blank': > vt8500lcdfb.c:229:6: warning: this statement may fall through > [-Wimplicit-fallthrough=] > if (info->fix.visual == FB_VISUAL_PSEUDOCOLOR || > ^ > vt8500lcdfb.c:233:

[PATCH] video: vt8500lcdfb: fix fallthrough warning

2020-04-12 Thread Sam Ravnborg
Fix following warning: vt8500lcdfb.c: In function 'vt8500lcd_blank': vt8500lcdfb.c:229:6: warning: this statement may fall through [-Wimplicit-fallthrough=] if (info->fix.visual == FB_VISUAL_PSEUDOCOLOR || ^ vt8500lcdfb.c:233:2: note: here case FB_BLANK_UNBLANK: ^~~~ Addi