提交 5f88567c 编写于 作者: A Alex Deucher

drm/amd/powerplay: fix copy paste error in error message

Noticed-by: NVasily Anonimov <vasily.anonimov@googlemail.com>
Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
上级 ae17c999
...@@ -2533,7 +2533,7 @@ int polaris10_enable_dpm_tasks(struct pp_hwmgr *hwmgr) ...@@ -2533,7 +2533,7 @@ int polaris10_enable_dpm_tasks(struct pp_hwmgr *hwmgr)
tmp_result = polaris10_pcie_performance_request(hwmgr); tmp_result = polaris10_pcie_performance_request(hwmgr);
PP_ASSERT_WITH_CODE((0 == tmp_result), PP_ASSERT_WITH_CODE((0 == tmp_result),
"Failed to enable thermal auto throttle!", result = tmp_result); "pcie performance request failed!", result = tmp_result);
return result; return result;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册