]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
drm/amd/powerplay: fix copy paste error in error message
authorAlex Deucher <alexander.deucher@amd.com>
Fri, 25 Mar 2016 16:23:49 +0000 (12:23 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 5 May 2016 00:28:44 +0000 (20:28 -0400)
Noticed-by: Vasily Anonimov <vasily.anonimov@googlemail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/powerplay/hwmgr/polaris10_hwmgr.c

index a5172d154da51319e765f693f71e5bc4c893fea0..8a90a567d1e4ee7a22f277569ad299f22a2b4201 100644 (file)
@@ -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;
 }