* [PATCH 1/3] video: s3c-fb: add "drop through" comment
@ 2012-10-26 7:00 Jingoo Han
0 siblings, 0 replies; only message in thread
From: Jingoo Han @ 2012-10-26 7:00 UTC (permalink / raw)
To: linux-fbdev
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 | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/video/s3c-fb.c b/drivers/video/s3c-fb.c
index 2ed7b63..89cd278 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;
--
1.7.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2012-10-26 7:00 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-26 7:00 [PATCH 1/3] video: s3c-fb: add "drop through" comment Jingoo Han
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox