From: Pekka Paalanen Date: Sun, 23 Aug 2009 09:40:55 +0000 (+0300) Subject: drm: GEM handles are u32, not int X-Git-Tag: v2.6.32-rc1~52^2~96 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1a2d1d32250f6fcc317419e9dfb4a5a6946d2e6;p=pandora-kernel.git drm: GEM handles are u32, not int Several functions in the GEM kernel API used int as handle type, but user API has it __u32 which is also the intended type. Replace int with u32. Signed-off-by: Pekka Paalanen Signed-off-by: Dave Airlie --- Reading git-diff-tree failed