summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/powerplay
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2016-03-25 16:23:49 (GMT)
committerAlex Deucher <alexander.deucher@amd.com>2016-05-05 00:28:44 (GMT)
commit5f88567c625023e85f772481f16b18e9102c6996 (patch)
treef86d83b6c3c38960b843f4276c9d58cec1bfdcdb /drivers/gpu/drm/amd/powerplay
parentae17c999f0a679aa71577e1a0f488c680aae316c (diff)
downloadlinux-5f88567c625023e85f772481f16b18e9102c6996.tar.xz
drm/amd/powerplay: fix copy paste error in error message
Noticed-by: Vasily Anonimov <vasily.anonimov@googlemail.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/powerplay')
-rw-r--r--drivers/gpu/drm/amd/powerplay/hwmgr/polaris10_hwmgr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/powerplay/hwmgr/polaris10_hwmgr.c b/drivers/gpu/drm/amd/powerplay/hwmgr/polaris10_hwmgr.c
index a5172d1..8a90a56 100644
--- a/drivers/gpu/drm/amd/powerplay/hwmgr/polaris10_hwmgr.c
+++ b/drivers/gpu/drm/amd/powerplay/hwmgr/polaris10_hwmgr.c
@@ -2533,7 +2533,7 @@ int polaris10_enable_dpm_tasks(struct pp_hwmgr *hwmgr)
tmp_result = polaris10_pcie_performance_request(hwmgr);
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;
}