Skip to content
Commit a1a2d1d3 authored by Pekka Paalanen's avatar Pekka Paalanen Committed by Dave Airlie
Browse files

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: default avatarPekka Paalanen <pq@iki.fi>
Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent 3f7dc91a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment