diff options
author | Jingoo Han <jg1.han@samsung.com> | 2012-10-26 01:34:24 -0400 |
---|---|---|
committer | Jingoo Han <jg1.han@samsung.com> | 2012-11-25 23:35:36 -0500 |
commit | d65c6a99bccca167df8ddcb93a2190f048727914 (patch) | |
tree | 05d6a895fe69213a12e74d39f3953791cebeb84f /drivers/video/s3c-fb.c | |
parent | bab8b563ef08455440badca7fe79b2c700bd1b75 (diff) |
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>
Diffstat (limited to 'drivers/video/s3c-fb.c')
-rw-r--r-- | drivers/video/s3c-fb.c | 1 |
1 files changed, 1 insertions, 0 deletions
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, | |||
288 | /* 666 with one bit alpha/transparency */ | 288 | /* 666 with one bit alpha/transparency */ |
289 | var->transp.offset = 18; | 289 | var->transp.offset = 18; |
290 | var->transp.length = 1; | 290 | var->transp.length = 1; |
291 | /* drop through */ | ||
291 | case 18: | 292 | case 18: |
292 | var->bits_per_pixel = 32; | 293 | var->bits_per_pixel = 32; |
293 | 294 | ||