Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 271247
b: refs/heads/master
c: 3362903
h: refs/heads/master
i:
  271245: 66de233
  271243: 28c2c7d
  271239: 6b7e15f
  271231: fd88368
v: v3
  • Loading branch information
Laurent Pinchart authored and Paul Mundt committed Jun 15, 2011
1 parent 398e889 commit 4c91098
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: aa7984cf51875bbb867485a72817bca5162fe80d
refs/heads/master: 3362903cad196d2a8ba340c0c3c5889db3b65c68
2 changes: 1 addition & 1 deletion trunk/drivers/video/s3c-fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -884,7 +884,7 @@ static int s3c_fb_pan_display(struct fb_var_screeninfo *var,
}
}
/* Offset in bytes to the end of the displayed area */
end_boff = start_boff + var->yres * info->fix.line_length;
end_boff = start_boff + info->var.yres * info->fix.line_length;

/* Temporarily turn off per-vsync update from shadow registers until
* both start and end addresses are updated to prevent corruption */
Expand Down

0 comments on commit 4c91098

Please sign in to comment.