commit | d65c6a99bccca167df8ddcb93a2190f048727914 | [log] [tgz] |
---|---|---|
author | Jingoo Han <jg1.han@samsung.com> | Fri Oct 26 14:34:24 2012 +0900 |
committer | Jingoo Han <jg1.han@samsung.com> | Mon Nov 26 13:35:36 2012 +0900 |
tree | 05d6a895fe69213a12e74d39f3953791cebeb84f | |
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>
diff --git a/drivers/video/s3c-fb.c b/drivers/video/s3c-fb.c index 8a0f022..9cee67c 100644 --- a/drivers/video/s3c-fb.c +++ b/drivers/video/s3c-fb.c
@@ -288,6 +288,7 @@ /* 666 with one bit alpha/transparency */ var->transp.offset = 18; var->transp.length = 1; + /* drop through */ case 18: var->bits_per_pixel = 32;