projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10b02b5
)
ASoC: hdmi-codec: fix spelling mistake "plalform" -> "platform"
author
Colin Ian King
<colin.king@canonical.com>
Wed, 17 Apr 2019 16:26:28 +0000
(17:26 +0100)
committer
Mark Brown
<broonie@kernel.org>
Thu, 2 May 2019 01:45:58 +0000
(10:45 +0900)
There is a spelling mistake in a dev_err message. Fix it.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/hdmi-codec.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/hdmi-codec.c
b/sound/soc/codecs/hdmi-codec.c
index 35df73e42cbc5f9d7bf6af4aa954bde49e8565e2..b9d9dde9fbaf4dccf0782f78e426f9953833c43c 100644
(file)
--- a/
sound/soc/codecs/hdmi-codec.c
+++ b/
sound/soc/codecs/hdmi-codec.c
@@
-757,7
+757,7
@@
static int hdmi_codec_probe(struct platform_device *pdev)
dev_dbg(dev, "%s()\n", __func__);
if (!hcd) {
- dev_err(dev, "%s: No pla
l
form data\n", __func__);
+ dev_err(dev, "%s: No pla
t
form data\n", __func__);
return -EINVAL;
}