Commit 078025af authored by Colin Ian King's avatar Colin Ian King Committed by Alex Deucher

drm/amd/pm: Fix spelling mistake "disble" -> "disable"

There is a spelling mistake in an assert message. Fix it.
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 6e58941c
...@@ -1300,7 +1300,7 @@ static int smu7_start_dpm(struct pp_hwmgr *hwmgr) ...@@ -1300,7 +1300,7 @@ static int smu7_start_dpm(struct pp_hwmgr *hwmgr)
(0 == smum_send_msg_to_smc(hwmgr, (0 == smum_send_msg_to_smc(hwmgr,
PPSMC_MSG_PCIeDPM_Disable, PPSMC_MSG_PCIeDPM_Disable,
NULL)), NULL)),
"Failed to disble pcie DPM during DPM Start Function!", "Failed to disable pcie DPM during DPM Start Function!",
return -EINVAL); return -EINVAL);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment