Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d65c6a99 authored by Jingoo Han's avatar Jingoo Han
Browse files

video: s3c-fb: add "drop through" comment



This patch adds a "drop through" comment to improve
the readability.

Signed-off-by: default avatarJingoo Han <jg1.han@samsung.com>
parent bab8b563
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;