提交 f845fbac 编写于 作者: A Antonino A. Daplas 提交者: Linus Torvalds

[PATCH] vesafb: Trim vesafb_pan_display

Remove error checking from vesafb_pan_display.  This is guaranteed to be done
by the core layer.
Signed-off-by: NAntonino Daplas <adaplas@pol.net>
Signed-off-by: NAndrew Morton <akpm@osdl.org>
Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
上级 32cf8c1e
...@@ -66,15 +66,6 @@ static int vesafb_pan_display(struct fb_var_screeninfo *var, ...@@ -66,15 +66,6 @@ static int vesafb_pan_display(struct fb_var_screeninfo *var,
#ifdef __i386__ #ifdef __i386__
int offset; int offset;
if (!ypan)
return -EINVAL;
if (var->xoffset)
return -EINVAL;
if (var->yoffset > var->yres_virtual)
return -EINVAL;
if ((ypan==1) && var->yoffset+var->yres > var->yres_virtual)
return -EINVAL;
offset = (var->yoffset * info->fix.line_length + var->xoffset) / 4; offset = (var->yoffset * info->fix.line_length + var->xoffset) / 4;
__asm__ __volatile__( __asm__ __volatile__(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册