From: Peter Huewe Date: Sun, 3 Feb 2013 21:54:31 +0000 (+0100) Subject: staging/xgifb: Remove always false comparisons X-Git-Tag: v3.9-rc1~127^2~151 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44e1312c68e71a25f9f88ada7d124f5bbeaf879e;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed