mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-24 17:10:13 +01:00
ttm: Fix a return value.
Signed-off-by: Thomas Hellstrom <thellstrom-at-vmware-dot-com>
This commit is contained in:
parent
871a640475
commit
70b084c84a
1 changed files with 1 additions and 1 deletions
|
|
@ -275,7 +275,7 @@ int ttm_pl_ub_create_ioctl(struct ttm_object_file *tfile,
|
|||
mutex_unlock(&bo->mutex);
|
||||
ttm_bo_unref(&bo);
|
||||
out:
|
||||
return 0;
|
||||
return ret;
|
||||
out_err:
|
||||
ttm_bo_unref(&tmp);
|
||||
ttm_bo_unref(&bo);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue