Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 139286
b: refs/heads/master
c: 1cc9fb6
h: refs/heads/master
v: v3
  • Loading branch information
Roel Kluin authored and Linus Torvalds committed Apr 1, 2009
1 parent 3a4eda7 commit e5e972f
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: b935257b1f98291ec1c8cbf7dbccbe0b20665bf6
refs/heads/master: 1cc9fb6dbf915e5c7e7e59bb7fab10572ddbb349
2 changes: 1 addition & 1 deletion trunk/drivers/video/uvesafb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1552,7 +1552,7 @@ static void __devinit uvesafb_init_info(struct fb_info *info,
}

info->flags = FBINFO_FLAG_DEFAULT |
(par->ypan) ? FBINFO_HWACCEL_YPAN : 0;
(par->ypan ? FBINFO_HWACCEL_YPAN : 0);

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

0 comments on commit e5e972f

Please sign in to comment.