Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 54962
b: refs/heads/master
c: 76c7d3f
h: refs/heads/master
v: v3
  • Loading branch information
krzysztof.h1@wp.pl authored and Linus Torvalds committed May 8, 2007
1 parent 75f71e9 commit 016ec92
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: 167f07f1bc20ea1ab51d833deb0c18f5ab93618f
refs/heads/master: 76c7d3ffe3acddf5619bd796e0b8fa5dc6ecdb39
2 changes: 2 additions & 0 deletions trunk/drivers/video/pm2fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -645,6 +645,8 @@ static int pm2fb_check_var(struct fb_var_screeninfo *var, struct fb_info *info)
return -EINVAL;
}

var->transp.offset = 0;
var->transp.length = 0;
switch(var->bits_per_pixel) {
case 8:
var->red.length = var->green.length = var->blue.length = 8;
Expand Down

0 comments on commit 016ec92

Please sign in to comment.