Skip to content

Commit

Permalink
video: s3c-fb: add "drop through" comment
Browse files Browse the repository at this point in the history
This patch adds a "drop through" comment to improve
the readability.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
  • Loading branch information
Jingoo Han committed Nov 26, 2012
1 parent bab8b56 commit d65c6a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/video/s3c-fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit d65c6a9

Please sign in to comment.