提交 d865e4b8 编写于 作者: M Masanari Iida 提交者: Alex Deucher

drm/amdgpu/powerplay/smu10: Fix a typo in error message

This patch fixes a spelling typo in error message.
Signed-off-by: NMasanari Iida <standby24x7@gmail.com>
Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
上级 04f61f6c
......@@ -1580,7 +1580,7 @@ static int smu10_set_fine_grain_clk_vol(struct pp_hwmgr *hwmgr,
}
if (smu10_data->gfx_actual_soft_min_freq > smu10_data->gfx_actual_soft_max_freq) {
pr_err("The setting minimun sclk (%d) MHz is greater than the setting maximum sclk (%d) MHz\n",
pr_err("The setting minimum sclk (%d) MHz is greater than the setting maximum sclk (%d) MHz\n",
smu10_data->gfx_actual_soft_min_freq, smu10_data->gfx_actual_soft_max_freq);
return -EINVAL;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册