Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 86799
b: refs/heads/master
c: 19d06ef
h: refs/heads/master
i:
  86797: baa5591
  86795: be3fe02
  86791: 0df5d89
  86783: d60ca20
v: v3
  • Loading branch information
Ville Syrjala authored and Linus Torvalds committed Mar 5, 2008
1 parent 998f939 commit 7f4a75d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fedbb3625b3c16441de1378ca00a74e9c1733289
refs/heads/master: 19d06eff4e0d77fc1a15c92f845f1916e2d10dd0
2 changes: 2 additions & 0 deletions trunk/drivers/video/sm501fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ static int sm501fb_check_var(struct fb_var_screeninfo *var,
var->blue.length = var->bits_per_pixel;
var->blue.offset = 0;
var->transp.length = 0;
var->transp.offset = 0;

break;

Expand All @@ -294,6 +295,7 @@ static int sm501fb_check_var(struct fb_var_screeninfo *var,
var->green.offset = 5;
var->blue.offset = 0;
}
var->transp.offset = 0;

var->red.length = 5;
var->green.length = 6;
Expand Down

0 comments on commit 7f4a75d

Please sign in to comment.