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

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
...@@ -819,7 +819,7 @@ static int hdmi_codec_probe(struct platform_device *pdev) ...@@ -819,7 +819,7 @@ static int hdmi_codec_probe(struct platform_device *pdev)
mutex_unlock(&hdmi_mutex); mutex_unlock(&hdmi_mutex);
if (hd->cnt >= ARRAY_SIZE(hdmi_dai_name)) { 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; 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