Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 271231
b: refs/heads/master
c: 2bdb027
h: refs/heads/master
i:
  271229: bed4ee3
  271227: 637c597
  271223: e996f3d
  271215: 884a491
  271199: 6949bb7
  271167: 86881ae
  271103: c09c955
v: v3
  • Loading branch information
Laurent Pinchart authored and Paul Mundt committed Jun 15, 2011
1 parent 00a3871 commit fd88368
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 4ee99f7e2edbd32501cb1fc0b701966d7cbe57e4
refs/heads/master: 2bdb0278eec7bb466d2b1b31ecf6e48f10b34fbf
4 changes: 2 additions & 2 deletions trunk/drivers/video/neofb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1185,8 +1185,8 @@ static int neofb_pan_display(struct fb_var_screeninfo *var,

DBG("neofb_update_start");

Base = (var->yoffset * var->xres_virtual + var->xoffset) >> 2;
Base *= (var->bits_per_pixel + 7) / 8;
Base = (var->yoffset * info->var.xres_virtual + var->xoffset) >> 2;
Base *= (info->var.bits_per_pixel + 7) / 8;

neoUnlock();

Expand Down

0 comments on commit fd88368

Please sign in to comment.