Re: [PATCH] drm/amd/pp: Delete unused temp variables

2018-07-20 Thread Alex Deucher
On Fri, Jul 20, 2018 at 6:25 AM, Rex Zhu wrote: > Only delete the dead temp variables in Polaris. > > Signed-off-by: Rex Zhu Reviewed-by: Alex Deucher > --- > .../drm/amd/powerplay/smumgr/polaris10_smumgr.c| 22 > ++ > 1 file changed, 6 insertions(+), 16 deletions(-)

[PATCH] drm/amd/pp: Delete unused temp variables

2018-07-20 Thread Rex Zhu
Only delete the dead temp variables in Polaris. Signed-off-by: Rex Zhu --- .../drm/amd/powerplay/smumgr/polaris10_smumgr.c| 22 ++ 1 file changed, 6 insertions(+), 16 deletions(-) diff --git a/drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smumgr.c b/drivers/gpu/drm/amd