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:
29b4817
)
ASoC: tas5086: fix typo: "Inavlid" -> "Invalid"
author
Colin Ian King
<colin.king@canonical.com>
Wed, 24 Aug 2016 06:48:06 +0000
(07:48 +0100)
committer
Mark Brown
<broonie@kernel.org>
Wed, 24 Aug 2016 09:11:55 +0000
(10:11 +0100)
trivial typo fix in dev_err message
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/tas5086.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/codecs/tas5086.c
b/sound/soc/codecs/tas5086.c
index d49d25d5195796345bee582537fa3751d4eacfa6..1666ea69764730a328a9e850b406bd296838688d 100644
(file)
--- a/
sound/soc/codecs/tas5086.c
+++ b/
sound/soc/codecs/tas5086.c
@@
-387,7
+387,7
@@
static int tas5086_hw_params(struct snd_pcm_substream *substream,
val = index_in_array(tas5086_ratios, ARRAY_SIZE(tas5086_ratios),
priv->mclk / priv->rate);
if (val < 0) {
- dev_err(codec->dev, "In
av
lid MCLK / Fs ratio\n");
+ dev_err(codec->dev, "In
va
lid MCLK / Fs ratio\n");
return -EINVAL;
}