Signed-off-by: Tom St Denis <[email protected]>
---
 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_thermal.c | 12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

diff --git a/drivers/gpu/drm/amd/powerplay/hwmgr/vega10_thermal.c 
b/drivers/gpu/drm/amd/powerplay/hwmgr/vega10_thermal.c
index 7a25e226d7d3..664133eeb59c 100644
--- a/drivers/gpu/drm/amd/powerplay/hwmgr/vega10_thermal.c
+++ b/drivers/gpu/drm/amd/powerplay/hwmgr/vega10_thermal.c
@@ -307,17 +307,13 @@ int vega10_fan_ctrl_set_fan_speed_percent(struct pp_hwmgr 
*hwmgr,
 */
 int vega10_fan_ctrl_reset_fan_speed_to_default(struct pp_hwmgr *hwmgr)
 {
-       int result;
-
        if (hwmgr->thermal_controller.fanInfo.bNoFan)
                return 0;
 
-       if (PP_CAP(PHM_PlatformCaps_MicrocodeFanControl)) {
-               result = vega10_fan_ctrl_start_smc_fan_control(hwmgr);
-       } else
-               result = vega10_fan_ctrl_set_default_mode(hwmgr);
-
-       return result;
+       if (PP_CAP(PHM_PlatformCaps_MicrocodeFanControl))
+               return vega10_fan_ctrl_start_smc_fan_control(hwmgr);
+       else
+               return vega10_fan_ctrl_set_default_mode(hwmgr);
 }
 
 /**
-- 
2.12.0

_______________________________________________
amd-gfx mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

Reply via email to