forked from luck/tmp_suning_uos_patched
drm: fixup improper cast.
Signed-off-by: Dave Airlie <airlied@linux.ie>
This commit is contained in:
parent
dfab11542f
commit
f15e92d702
@ -1996,7 +1996,7 @@ static int radeon_surface_free(DRM_IOCTL_ARGS)
|
||||
return DRM_ERR(EINVAL);
|
||||
}
|
||||
|
||||
DRM_COPY_FROM_USER_IOCTL(memfree, (drm_radeon_mem_free_t __user *) data,
|
||||
DRM_COPY_FROM_USER_IOCTL(memfree, (drm_radeon_surface_free_t __user *) data,
|
||||
sizeof(memfree));
|
||||
|
||||
if (free_surface(filp, dev_priv, memfree.address))
|
||||
|
Loading…
Reference in New Issue
Block a user