提交 54915fee 编写于 作者: A Alex Deucher

drm/amdgpu/powerplay/tonga: return an error if copying to smc fails

Rather than just silently dropping it.  Also fixes a set but
unused variable warning.
Reviewed-by: NEvan Quan <evan.quan@amd.com>
Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
上级 3fabf0fd
......@@ -2545,7 +2545,7 @@ static int tonga_thermal_setup_fan_table(struct pp_hwmgr *hwmgr)
(uint32_t)sizeof(fan_table),
SMC_RAM_END);
return 0;
return res;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册