Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 271191
b: refs/heads/master
c: 2970840
h: refs/heads/master
i:
  271189: 39979fb
  271187: 4ca90da
  271183: 8f43c8e
v: v3
  • Loading branch information
Laurent Pinchart committed Aug 19, 2011
1 parent efab78e commit 147a83c
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: 3846e93a65b1a127f59203606c0e92dd22f08782
refs/heads/master: 2970840c034838d717126fbec0b38029c7f04852
4 changes: 2 additions & 2 deletions trunk/drivers/video/acornfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -850,9 +850,9 @@ acornfb_pan_display(struct fb_var_screeninfo *var, struct fb_info *info)
u_int y_bottom = var->yoffset;

if (!(var->vmode & FB_VMODE_YWRAP))
y_bottom += var->yres;
y_bottom += info->var.yres;

if (y_bottom > var->yres_virtual)
if (y_bottom > info->var.yres_virtual)
return -EINVAL;

acornfb_update_dma(info, var);
Expand Down

0 comments on commit 147a83c

Please sign in to comment.