1
0
Fork 0

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

Trivial fix to spelling mistake in dev_err message

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Acked-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
hifive-unleashed-5.1
Colin Ian King 2017-05-14 17:53:21 +01:00 committed by Mark Brown
parent 2ea659a9ef
commit 0c343a35bf
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}