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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1300,7 +1300,7 @@ static int smu7_start_dpm(struct pp_hwmgr *hwmgr)
				(0 == smum_send_msg_to_smc(hwmgr,
						PPSMC_MSG_PCIeDPM_Disable,
						NULL)),
				"Failed to disble pcie DPM during DPM Start Function!",
				"Failed to disable pcie DPM during DPM Start Function!",
				return -EINVAL);
	}