MAINTAINERS: fix incorrect mail address of XFS maintainer
[platform/adaptation/renesas_rcar/renesas_kernel.git] / drivers / video / cirrusfb.c
index b016746..5aab9b9 100644 (file)
@@ -595,11 +595,6 @@ static int cirrusfb_check_var(struct fb_var_screeninfo *var,
                return -EINVAL;
        }
 
-       if (var->xoffset < 0)
-               var->xoffset = 0;
-       if (var->yoffset < 0)
-               var->yoffset = 0;
-
        /* truncate xoffset and yoffset to maximum if too high */
        if (var->xoffset > var->xres_virtual - var->xres)
                var->xoffset = var->xres_virtual - var->xres - 1;