Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 75601
b: refs/heads/master
c: a103360
h: refs/heads/master
i:
  75599: 74fc605
v: v3
  • Loading branch information
Stefan Schmidt authored and Linus Torvalds committed Jan 22, 2008
1 parent 23cc430 commit 96423c1
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: a56d00bbea018cfa6dc62f76db52760872efa1a7
refs/heads/master: a10336043b8193ec603ad54bb79cdcd26bbf94b3
2 changes: 1 addition & 1 deletion trunk/drivers/video/s3c2410fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ static int s3c2410fb_set_par(struct fb_info *info)
break;
}

info->fix.line_length = (var->width * var->bits_per_pixel) / 8;
info->fix.line_length = (var->xres_virtual * var->bits_per_pixel) / 8;

/* activate this new configuration */

Expand Down

0 comments on commit 96423c1

Please sign in to comment.