Re: [PATCH] drm/amd/pp: missing curly braces in smu7_enable_sclk_mclk_dpm()

2018-05-17 Thread Alex Deucher
On Thu, May 17, 2018 at 8:56 AM, Dan Carpenter wrote: > We added some more lines of code to this if statement but forgot to add > curly braces. > > Fixes: 0c24e7ef233b ("drm/amd/powerplay: add specific changes for VEGAM in > smu7_hwmgr.c") > Signed-off-by: Dan Carpenter

[PATCH] drm/amd/pp: missing curly braces in smu7_enable_sclk_mclk_dpm()

2018-05-17 Thread Dan Carpenter
We added some more lines of code to this if statement but forgot to add curly braces. Fixes: 0c24e7ef233b ("drm/amd/powerplay: add specific changes for VEGAM in smu7_hwmgr.c") Signed-off-by: Dan Carpenter diff --git a/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c