projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ea659a
)
ASoC: hdmi-codec: fix spelling mistake: "deteced" -> "detected"
author
Colin Ian King
<colin.king@canonical.com>
Sun, 14 May 2017 16:53:21 +0000
(17:53 +0100)
committer
Mark Brown
<broonie@kernel.org>
Wed, 17 May 2017 09:24:10 +0000
(10:24 +0100)
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>
sound/soc/codecs/hdmi-codec.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/codecs/hdmi-codec.c
b/sound/soc/codecs/hdmi-codec.c
index 8c5ae1fc23a9b9edd0c5d088ca27bec41f4be7ea..a3f15149afcf2dde39b5b73c199a2fe315da83ae 100644
(file)
--- a/
sound/soc/codecs/hdmi-codec.c
+++ b/
sound/soc/codecs/hdmi-codec.c
@@
-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 detec
t
ed\n");
return -EINVAL;
}