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

Commit 0c343a35 authored by Colin Ian King's avatar Colin Ian King Committed by Mark Brown
Browse files

ASoC: hdmi-codec: fix spelling mistake: "deteced" -> "detected"



Trivial fix to spelling mistake in dev_err message

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Acked-by: default avatarKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 2ea659a9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -819,7 +819,7 @@ static int hdmi_codec_probe(struct platform_device *pdev)
	mutex_unlock(&hdmi_mutex);

	if (hd->cnt >= ARRAY_SIZE(hdmi_dai_name)) {
		dev_err(dev, "too many hdmi codec are deteced\n");
		dev_err(dev, "too many hdmi codec are detected\n");
		return -EINVAL;
	}