video: vt8500lcdfb: fix fallthrough warning
[platform/kernel/linux-starfive.git] / drivers / video / fbdev / vt8500lcdfb.c
index f744479..c614762 100644 (file)
@@ -230,6 +230,7 @@ static int vt8500lcd_blank(int blank, struct fb_info *info)
                    info->fix.visual == FB_VISUAL_STATIC_PSEUDOCOLOR)
                        for (i = 0; i < 256; i++)
                                vt8500lcd_setcolreg(i, 0, 0, 0, 0, info);
+               fallthrough;
        case FB_BLANK_UNBLANK:
                if (info->fix.visual == FB_VISUAL_PSEUDOCOLOR ||
                    info->fix.visual == FB_VISUAL_STATIC_PSEUDOCOLOR)