Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 251115
b: refs/heads/master
c: af1ce6b
h: refs/heads/master
i:
  251113: 397279a
  251111: e58872a
v: v3
  • Loading branch information
Jingoo Han authored and Paul Mundt committed May 24, 2011
1 parent fd20c44 commit 51131ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6aa9681100303bd467cbd0262eb00da8d492fc7f
refs/heads/master: af1ce6b2fad7d572aef040d61a935da28a861853
2 changes: 1 addition & 1 deletion trunk/drivers/video/s3c-fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@ static int s3c_fb_check_var(struct fb_var_screeninfo *var,
var->blue.length = 5;
break;

case 32:
case 28:
case 25:
var->transp.length = var->bits_per_pixel - 24;
Expand All @@ -310,7 +311,6 @@ static int s3c_fb_check_var(struct fb_var_screeninfo *var,
case 24:
/* our 24bpp is unpacked, so 32bpp */
var->bits_per_pixel = 32;
case 32:
var->red.offset = 16;
var->red.length = 8;
var->green.offset = 8;
Expand Down

0 comments on commit 51131ad

Please sign in to comment.