Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 62347
b: refs/heads/master
c: 4440e0e
h: refs/heads/master
i:
  62345: 5afe57f
  62343: 51e6ed7
v: v3
  • Loading branch information
Haavard Skinnemoen authored and Linus Torvalds committed Jul 22, 2007
1 parent aeae727 commit e3dd93c
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 7cc90249ff0e21c526532ce5b5ba35c07c8b8389
refs/heads/master: 4440e0e11d2e9eb13e6edf44f89019e4f8a4dd58
5 changes: 4 additions & 1 deletion trunk/drivers/video/atmel_lcdfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,11 @@ static int atmel_lcdfb_check_var(struct fb_var_screeninfo *var,
var->blue.offset = 10;
var->red.length = var->green.length = var->blue.length = 5;
break;
case 24:
case 32:
var->transp.offset = 24;
var->transp.length = 8;
/* fall through */
case 24:
var->red.offset = 0;
var->green.offset = 8;
var->blue.offset = 16;
Expand Down

0 comments on commit e3dd93c

Please sign in to comment.