diff options
| -rw-r--r-- | drivers/video/uvesafb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/uvesafb.c b/drivers/video/uvesafb.c index 398fd25e0810..c288270e42f7 100644 --- a/drivers/video/uvesafb.c +++ b/drivers/video/uvesafb.c | |||
| @@ -1552,7 +1552,7 @@ static void __devinit uvesafb_init_info(struct fb_info *info, | |||
| 1552 | } | 1552 | } |
| 1553 | 1553 | ||
| 1554 | info->flags = FBINFO_FLAG_DEFAULT | | 1554 | info->flags = FBINFO_FLAG_DEFAULT | |
| 1555 | (par->ypan) ? FBINFO_HWACCEL_YPAN : 0; | 1555 | (par->ypan ? FBINFO_HWACCEL_YPAN : 0); |
| 1556 | 1556 | ||
| 1557 | if (!par->ypan) | 1557 | if (!par->ypan) |
| 1558 | info->fbops->fb_pan_display = NULL; | 1558 | info->fbops->fb_pan_display = NULL; |
