dect
/
linux-2.6
Archived
13
0
Fork 0

video: s3c-fb: add "drop through" comment

This patch adds a "drop through" comment to improve
the readability.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
This commit is contained in:
Jingoo Han 2012-10-26 14:34:24 +09:00
parent bab8b563ef
commit d65c6a99bc
1 changed files with 1 additions and 0 deletions

View File

@ -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;