Re: [PATCH] Video: fbdev: Remove impossible condition.

2017-02-08 Thread Bartlomiej Zolnierkiewicz
Hi, [ I'm the new Maintainer of fbdev. ] On Friday, November 11, 2016 05:54:50 PM Sachin Shukla wrote: > From: "Sachin Shukla" > > xoffset and yoffset of struct fb_var_screeninfo are unsigned and so > they can never be less than 0. > > Signed-off-by: Sachin Shukla Thanks, I split the patch

Re: [PATCH] Video: fbdev: Remove impossible condition.

2016-11-11 Thread Timur Tabi
Sachin Shukla wrote: From: "Sachin Shukla" xoffset and yoffset of struct fb_var_screeninfo are unsigned and so they can never be less than 0. Signed-off-by: Sachin Shukla fsl-diu-fb portion: Acked-by: Timur Tabi

[PATCH] Video: fbdev: Remove impossible condition.

2016-11-11 Thread Sachin Shukla
From: "Sachin Shukla" xoffset and yoffset of struct fb_var_screeninfo are unsigned and so they can never be less than 0. Signed-off-by: Sachin Shukla --- drivers/video/fbdev/amifb.c |8 +++- drivers/video/fbdev/fsl-diu-fb.c |9 + 2 files changed, 4 insertions(+), 13 de

[PATCH] Video: fbdev: Remove impossible condition.

2016-11-11 Thread Shailendra Verma
xoffset and yoffset of struct fb_var_screeninfo are unsigned and so they can never be less than 0. Signed-off-by: Shailendra Verma --- drivers/video/fbdev/pvr2fb.c |6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/video/fbdev/pvr2fb.c b/drivers/video/fbdev/pvr2