drm/amd/powerplay: fix spelling mistake: "contruct" -> "construct"
Trivial fix to spelling mistake in PP_ASSERT_WITH_CODE message text Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
4aa8c41bfb
commit
3d3c4f1b4d
|
@ -1270,7 +1270,7 @@ static int smu7_enable_dpm_tasks(struct pp_hwmgr *hwmgr)
|
|||
|
||||
tmp_result = smu7_construct_voltage_tables(hwmgr);
|
||||
PP_ASSERT_WITH_CODE((0 == tmp_result),
|
||||
"Failed to contruct voltage tables!",
|
||||
"Failed to construct voltage tables!",
|
||||
result = tmp_result);
|
||||
}
|
||||
smum_initialize_mc_reg_table(hwmgr);
|
||||
|
|
|
@ -2860,7 +2860,7 @@ static int vega10_enable_dpm_tasks(struct pp_hwmgr *hwmgr)
|
|||
|
||||
tmp_result = vega10_construct_voltage_tables(hwmgr);
|
||||
PP_ASSERT_WITH_CODE(!tmp_result,
|
||||
"Failed to contruct voltage tables!",
|
||||
"Failed to construct voltage tables!",
|
||||
result = tmp_result);
|
||||
|
||||
tmp_result = vega10_init_smc_table(hwmgr);
|
||||
|
|
Loading…
Reference in New Issue