mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-05 06:38:03 +02:00
drm/bo: fix stupid lock imbalance
This commit is contained in:
parent
080a45624b
commit
1f66021854
1 changed files with 1 additions and 1 deletions
|
|
@ -785,8 +785,8 @@ out:
|
|||
}
|
||||
drm_bo_add_to_lru(bo);
|
||||
BUG_ON(bo->priv_flags & _DRM_BO_FLAG_UNLOCKED);
|
||||
out_unlock:
|
||||
mutex_unlock(&dev->struct_mutex);
|
||||
out_unlock:
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue