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:
a5de5b7
)
ASoC: wm5100: fix spelling mistake: "micropone" -> "microphone"
author
Colin Ian King
<
[email protected]
>
Sat, 22 Apr 2017 12:28:42 +0000
(13:28 +0100)
committer
Mark Brown
<
[email protected]
>
Mon, 24 Apr 2017 17:48:40 +0000
(18:48 +0100)
Trivial fix to spelling mistake in dev_err message
Signed-off-by: Colin Ian King <
[email protected]
>
Acked-by: Linus Walleij <
[email protected]
>
Acked-by: Charles Keepax <
[email protected]
>
Signed-off-by: Mark Brown <
[email protected]
>
sound/soc/codecs/wm5100.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/wm5100.c
b/sound/soc/codecs/wm5100.c
index 560575000cc5e5aef666570c78e1f8df714ad718..138a84efdd54cb6047b18645c51377ab2c110570 100644
(file)
--- a/
sound/soc/codecs/wm5100.c
+++ b/
sound/soc/codecs/wm5100.c
@@
-2014,7
+2014,7
@@
static void wm5100_micd_irq(struct wm5100_priv *wm5100)
ret = regmap_read(wm5100->regmap, WM5100_MIC_DETECT_3, &val);
if (ret != 0) {
- dev_err(wm5100->dev, "Failed to read micropone status: %d\n",
+ dev_err(wm5100->dev, "Failed to read microp
h
one status: %d\n",
ret);
return;
}