drm: GEM handles are u32, not int
authorPekka Paalanen <pq@iki.fi>
Sun, 23 Aug 2009 09:40:55 +0000 (12:40 +0300)
committerDave Airlie <airlied@redhat.com>
Thu, 27 Aug 2009 01:21:08 +0000 (11:21 +1000)
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 <pq@iki.fi>
Signed-off-by: Dave Airlie <airlied@redhat.com>

No differences found