mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-25 02:30:12 +01:00
Fix bug I reintroduced
This commit is contained in:
parent
ef835973b2
commit
ea40d3dd41
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue