diff options
Diffstat (limited to 'drivers/video')
-rw-r--r-- | drivers/video/vesafb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/vesafb.c b/drivers/video/vesafb.c index e16322d157d0..d6856f43d241 100644 --- a/drivers/video/vesafb.c +++ b/drivers/video/vesafb.c | |||
@@ -438,7 +438,7 @@ static int __init vesafb_probe(struct platform_device *dev) | |||
438 | info->var = vesafb_defined; | 438 | info->var = vesafb_defined; |
439 | info->fix = vesafb_fix; | 439 | info->fix = vesafb_fix; |
440 | info->flags = FBINFO_FLAG_DEFAULT | | 440 | info->flags = FBINFO_FLAG_DEFAULT | |
441 | (ypan) ? FBINFO_HWACCEL_YPAN : 0; | 441 | (ypan ? FBINFO_HWACCEL_YPAN : 0); |
442 | 442 | ||
443 | if (!ypan) | 443 | if (!ypan) |
444 | info->fbops->fb_pan_display = NULL; | 444 | info->fbops->fb_pan_display = NULL; |