commit | 4cfdcd9cecc05646b08805ba449811a645b3f4a8 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Wed Nov 04 16:25:09 2015 +0300 |
committer | Alex Deucher <alexander.deucher@amd.com> | Wed Nov 04 12:29:21 2015 -0500 |
tree | 8671c0bb0272a75a644e8ae0b83dbe70d60778b2 | |
parent | a7ca8ef93001eaab4c5c7f4f3accfbe6ffcf5f26 [diff] |
drm/amdgpu: cleanup on error in amdgpu_cs_ioctl() We recently changed the locking in this function and now there is a missing unlock on error. Also there are some other resources that we should probably release as well... Fixes: f48b2659f521 ('drm/amdgpu: fix the broken vm->mutex V2') Reviewed-by: Christian König <christian.koenig@amd.com> Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>