projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bab8b56
)
video: s3c-fb: add "drop through" comment
author
Jingoo Han
<jg1.han@samsung.com>
Fri, 26 Oct 2012 05:34:24 +0000
(14:34 +0900)
committer
Jingoo Han
<jg1.han@samsung.com>
Mon, 26 Nov 2012 04:35:36 +0000
(13:35 +0900)
This patch adds a "drop through" comment to improve
the readability.
Signed-off-by: Jingoo Han <jg1.han@samsung.com>
drivers/video/s3c-fb.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/video/s3c-fb.c
b/drivers/video/s3c-fb.c
index 8a0f022c60cc3ee37c711e66a94d070c1d7f5148..9cee67c08d94e15a30f5500bc8237ec3be3c0c40 100644
(file)
--- 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;