Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 139287
b: refs/heads/master
c: b83734e
h: refs/heads/master
i:
  139285: 3a4eda7
  139283: 3dc52b1
  139279: 8280a92
v: v3
  • Loading branch information
Roel Kluin authored and Linus Torvalds committed Apr 1, 2009
1 parent e5e972f commit 564abfe
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: 1cc9fb6dbf915e5c7e7e59bb7fab10572ddbb349
refs/heads/master: b83734ec0975e1f53420b7a2d454612fc905a9d0
2 changes: 1 addition & 1 deletion trunk/drivers/video/vesafb.c
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ static int __init vesafb_probe(struct platform_device *dev)
info->var = vesafb_defined;
info->fix = vesafb_fix;
info->flags = FBINFO_FLAG_DEFAULT |
(ypan) ? FBINFO_HWACCEL_YPAN : 0;
(ypan ? FBINFO_HWACCEL_YPAN : 0);

if (!ypan)
info->fbops->fb_pan_display = NULL;
Expand Down

0 comments on commit 564abfe

Please sign in to comment.