1
0
Fork 0

drm/amd/powerplay:clean up the residual mutex for smu_hw_init

The mutex for procting SMU during hw_init was removed as system
will be deadlock when smu_populate_umd_state_clk try get SMU mutex.
Therefore need remove the residual mutex from failed path.

Signed-off-by: Prike Liang <Prike.Liang@amd.com>
Reviewed-by: Evan Quan <evan.quan@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
alistair/sunxi64-5.4-dsi
Prike Liang 2019-06-24 17:25:26 +08:00 committed by Alex Deucher
parent aeaa72e25e
commit 1189413f9c
1 changed files with 0 additions and 1 deletions

View File

@ -1044,7 +1044,6 @@ static int smu_hw_init(void *handle)
return 0;
failed:
mutex_unlock(&smu->mutex);
return ret;
}