Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a94cbfc3 authored by Rex Zhu's avatar Rex Zhu Committed by Alex Deucher
Browse files

drm/amd/powerplay: fix typos of volt/millivolt symbols in comment.

parent 75419c43
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -2905,8 +2905,8 @@ static int polaris10_get_evv_voltages(struct pp_hwmgr *hwmgr)
				continue;
				continue;
			}
			}


			/* need to make sure vddc is less than 2v or else, it could burn the ASIC.
			/* need to make sure vddc is less than 2V or else, it could burn the ASIC.
			 * real voltage level in unit of 0.01mv */
			 * real voltage level in unit of 0.01mV */
			PP_ASSERT_WITH_CODE((vddc < 200000 && vddc != 0),
			PP_ASSERT_WITH_CODE((vddc < 200000 && vddc != 0),
					"Invalid VDDC value", result = -EINVAL;);
					"Invalid VDDC value", result = -EINVAL;);