Re: [Intel-gfx] [PATCH 1/3] drm: Use u64_to_user_ptr() helper for blob ioctls

2016-11-27 Thread Joonas Lahtinen
On su, 2016-11-27 at 17:09 +, Chris Wilson wrote: > Remove the ugly sparse casts by using the helper u64_to_user_ptr() > instead. > > Signed-off-by: Chris Wilson Reviewed-by: Joonas Lahtinen Regards, Joonas -- Joonas Lahtinen Open Source Technology Center Intel Corporation ___

[Intel-gfx] [PATCH 1/3] drm: Use u64_to_user_ptr() helper for blob ioctls

2016-11-27 Thread Chris Wilson
Remove the ugly sparse casts by using the helper u64_to_user_ptr() instead. Signed-off-by: Chris Wilson --- drivers/gpu/drm/drm_property.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/gpu/drm/drm_property.c b/drivers/gpu/drm/drm_property.c index d1e50a