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

Commit 546907de authored by Colin Ian King's avatar Colin Ian King Committed by Rob Clark
Browse files

drm/msm: a6xx: fix spelling mistake: "initalization" -> "initialization"



Trivial fix to spelling mistake in dev_err message and comment

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarRob Clark <robdclark@gmail.com>
parent 4b565ca5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -125,7 +125,7 @@ static int a6xx_gmu_start(struct a6xx_gmu *gmu)
		val == 0xbabeface, 100, 10000);

	if (ret)
		dev_err(gmu->dev, "GMU firmware initalization timed out\n");
		dev_err(gmu->dev, "GMU firmware initialization timed out\n");

	return ret;
}
@@ -1034,7 +1034,7 @@ static int a6xx_gmu_pwrlevels_probe(struct a6xx_gmu *gmu)

	/*
	 * The GMU handles its own frequency switching so build a list of
	 * available frequencies to send during initalization
	 * available frequencies to send during initialization
	 */
	ret = dev_pm_opp_of_add_table(gmu->dev);
	if (ret) {