diff options
Diffstat (limited to 'drivers/video/cirrusfb.c')
-rw-r--r-- | drivers/video/cirrusfb.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/video/cirrusfb.c b/drivers/video/cirrusfb.c index b0167468f5c4..5aab9b9dc210 100644 --- a/drivers/video/cirrusfb.c +++ b/drivers/video/cirrusfb.c | |||
@@ -595,11 +595,6 @@ static int cirrusfb_check_var(struct fb_var_screeninfo *var, | |||
595 | return -EINVAL; | 595 | return -EINVAL; |
596 | } | 596 | } |
597 | 597 | ||
598 | if (var->xoffset < 0) | ||
599 | var->xoffset = 0; | ||
600 | if (var->yoffset < 0) | ||
601 | var->yoffset = 0; | ||
602 | |||
603 | /* truncate xoffset and yoffset to maximum if too high */ | 598 | /* truncate xoffset and yoffset to maximum if too high */ |
604 | if (var->xoffset > var->xres_virtual - var->xres) | 599 | if (var->xoffset > var->xres_virtual - var->xres) |
605 | var->xoffset = var->xres_virtual - var->xres - 1; | 600 | var->xoffset = var->xres_virtual - var->xres - 1; |