aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/68328fb.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/68328fb.c')
-rw-r--r--drivers/video/68328fb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/video/68328fb.c b/drivers/video/68328fb.c
index 75a39eab70c..a425d65d5ba 100644
--- a/drivers/video/68328fb.c
+++ b/drivers/video/68328fb.c
@@ -378,8 +378,8 @@ static int mc68x328fb_pan_display(struct fb_var_screeninfo *var,
378 || var->xoffset) 378 || var->xoffset)
379 return -EINVAL; 379 return -EINVAL;
380 } else { 380 } else {
381 if (var->xoffset + var->xres > info->var.xres_virtual || 381 if (var->xoffset + info->var.xres > info->var.xres_virtual ||
382 var->yoffset + var->yres > info->var.yres_virtual) 382 var->yoffset + info->var.yres > info->var.yres_virtual)
383 return -EINVAL; 383 return -EINVAL;
384 } 384 }
385 info->var.xoffset = var->xoffset; 385 info->var.xoffset = var->xoffset;