staging/xgifb: Remove always false comparisons
authorPeter Huewe <peterhuewe@gmx.de>
Sun, 3 Feb 2013 21:54:31 +0000 (22:54 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 4 Feb 2013 18:46:27 +0000 (10:46 -0800)
commit44e1312c68e71a25f9f88ada7d124f5bbeaf879e
tree198e97e8bd4b38fcf4575eeb009f102a1f4c3405
parentf2c22605c5a12c605a7164585c96f0835e9e591c
staging/xgifb: Remove always false comparisons

This patch removes some comparisons that always evaluate to false since
xoffset and yoffset are defined as __u32 in fb_var_screeninfo in
include/linux/fb.h and thus can never be negative.

Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/xgifb/XGI_main_26.c