From: Ville Syrjala Date: Thu, 24 Jul 2008 04:31:28 +0000 (-0700) Subject: fbdev: xoffset, yoffset and yres are unsigned X-Git-Tag: v2.6.27-rc1~554 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7572a1ea034a8fc45e57de28cc7573264975532a;p=pandora-kernel.git fbdev: xoffset, yoffset and yres are unsigned The xoffset, yoffset and yres members of fb_var_screeninfo are __u32. Make them unsigned in the code as well. Signed-off-by: Ville Syrjala Cc: "Antonino A. Daplas" Cc: Krzysztof Helt Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed