Re: [PATCH] drm/amd/pp: fix a couple locking issues

2018-05-18 Thread Alex Deucher
On Fri, May 18, 2018 at 3:06 AM, Rex Zhu wrote: > We should return unlock on the error path > > Signed-off-by: Rex Zhu Reviewed-by: Alex Deucher > --- > .../gpu/drm/amd/powerplay/hwmgr/smu7_powertune.c | 31 >

[PATCH] drm/amd/pp: fix a couple locking issues

2018-05-18 Thread Rex Zhu
We should return unlock on the error path Signed-off-by: Rex Zhu --- .../gpu/drm/amd/powerplay/hwmgr/smu7_powertune.c | 31 +- 1 file changed, 19 insertions(+), 12 deletions(-) diff --git a/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_powertune.c