commit | 7572a1ea034a8fc45e57de28cc7573264975532a | [log] [tgz] |
---|---|---|
author | Ville Syrjala <syrjala@sci.fi> | Wed Jul 23 21:31:28 2008 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Jul 24 10:47:39 2008 -0700 |
tree | 4d2850fd511ca4aa93dc8c0994f8460c6e35eadb | |
parent | 43a3abc6aca8505e708508e2c7c2f99a7f8f820b [diff] |
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 <syrjala@sci.fi> Cc: "Antonino A. Daplas" <adaplas@pol.net> Cc: Krzysztof Helt <krzysztof.h1@poczta.fm> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>