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:
be04610
)
ASoC: cx2072x: fix spelling mistake "configued" -> "configured"
author
Colin Ian King
<colin.king@canonical.com>
Sat, 25 May 2019 20:32:44 +0000
(21:32 +0100)
committer
Mark Brown
<broonie@kernel.org>
Tue, 28 May 2019 14:53:42 +0000
(15:53 +0100)
There is a spelling mistake in a dev_err error message. Fit it.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/cx2072x.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/cx2072x.c
b/sound/soc/codecs/cx2072x.c
index ed762546eaee94036011948d42dcba2bbccac19a..8b0830854bb36902bd98b16dd8faab48e4cc87d2 100644
(file)
--- a/
sound/soc/codecs/cx2072x.c
+++ b/
sound/soc/codecs/cx2072x.c
@@
-933,7
+933,7
@@
static int cx2072x_hw_params(struct snd_pcm_substream *substream,
return frame_size;
if (cx2072x->mclk_rate == 0) {
- dev_err(dev, "Master clock rate is not configued\n");
+ dev_err(dev, "Master clock rate is not configu
r
ed\n");
return -EINVAL;
}