commit | 75df62478c84e101e0c4141e4e6c3ed10163de1f | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Sun Nov 27 17:09:08 2016 +0000 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Mon Nov 28 08:12:18 2016 +0100 |
tree | 3bd3b4ec01dd65ad77446d2bd4e0a6581264e98a | |
parent | 8b2fb7b6518d143b382c3490d4a90f8676259ef9 [diff] |
drm: Use u64_to_user_ptr() helper for blob ioctls Remove the ugly sparse casts by using the helper u64_to_user_ptr() instead. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: http://patchwork.freedesktop.org/patch/msgid/20161127170910.29106-1-chris@chris-wilson.co.uk