]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
drm/amd/powerplay: fix typos of volt/millivolt symbols in comment.
authorRex Zhu <Rex.Zhu@amd.com>
Thu, 7 Jul 2016 11:39:15 +0000 (19:39 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 8 Aug 2016 15:32:51 +0000 (11:32 -0400)
Signed-off-by: Rex Zhu <Rex.Zhu@amd.com>
Reviewed-by: Alexandre Demers <alexandre.f.demers@gmail.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/powerplay/hwmgr/polaris10_hwmgr.c

index 769636a0c5b5f38d92f29d94415d69c119bbf481..a8085e7d0bacdb834b3df555b9f9b1297ede7aee 100644 (file)
@@ -2905,8 +2905,8 @@ static int polaris10_get_evv_voltages(struct pp_hwmgr *hwmgr)
                                continue;
                        }
 
-                       /* need to make sure vddc is less than 2v or else, it could burn the ASIC.
-                        * real voltage level in unit of 0.01mv */
+                       /* need to make sure vddc is less than 2V or else, it could burn the ASIC.
+                        * real voltage level in unit of 0.01mV */
                        PP_ASSERT_WITH_CODE((vddc < 200000 && vddc != 0),
                                        "Invalid VDDC value", result = -EINVAL;);