diff options
author | Colin Ian King <[email protected]> | 2017-04-22 13:28:42 +0100 |
---|---|---|
committer | Mark Brown <[email protected]> | 2017-04-24 18:48:40 +0100 |
commit | fd9f069d876d6a96eb0f731b1e293145352d5f4f (patch) | |
tree | 428ba0a2dbde572461d05df3864e0dc6b294a3b5 | |
parent | a5de5b74a50113564a1e0850e2da96c37c35e55d (diff) |
ASoC: wm5100: fix spelling mistake: "micropone" -> "microphone"
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]>
-rw-r--r-- | sound/soc/codecs/wm5100.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm5100.c b/sound/soc/codecs/wm5100.c index 560575000cc5..138a84efdd54 100644 --- 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 microphone status: %d\n", ret); return; } |