From: Jingoo Han Date: Fri, 26 Oct 2012 05:34:24 +0000 (+0900) Subject: video: s3c-fb: add "drop through" comment X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=d65c6a99bccca167df8ddcb93a2190f048727914;p=deliverable%2Flinux.git video: s3c-fb: add "drop through" comment This patch adds a "drop through" comment to improve the readability. Signed-off-by: Jingoo Han --- diff --git a/drivers/video/s3c-fb.c b/drivers/video/s3c-fb.c index 8a0f022c60cc..9cee67c08d94 100644 --- a/drivers/video/s3c-fb.c +++ b/drivers/video/s3c-fb.c @@ -288,6 +288,7 @@ static int s3c_fb_check_var(struct fb_var_screeninfo *var, /* 666 with one bit alpha/transparency */ var->transp.offset = 18; var->transp.length = 1; + /* drop through */ case 18: var->bits_per_pixel = 32;