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:
5a748de
)
ASoC: zx-i2s: fix spelling mistake: "timeing" -> "timing"
author
Colin Ian King
<colin.king@canonical.com>
Thu, 10 May 2018 14:58:38 +0000
(15:58 +0100)
committer
Mark Brown
<broonie@kernel.org>
Fri, 11 May 2018 02:05:01 +0000
(11:05 +0900)
Trivial fix to spelling mistake in dev_err message text
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/zte/zx-i2s.c
patch
|
blob
|
history
diff --git
a/sound/soc/zte/zx-i2s.c
b/sound/soc/zte/zx-i2s.c
index 9a0565937d1ff5ba7127a6754edf4b8ec6589e57..b6b056c607fa0953ec5b7b322d95105adaf650ce 100644
(file)
--- a/
sound/soc/zte/zx-i2s.c
+++ b/
sound/soc/zte/zx-i2s.c
@@
-197,7
+197,7
@@
static int zx_i2s_set_fmt(struct snd_soc_dai *cpu_dai, unsigned int fmt)
val |= (ZX_I2S_TIMING_I2S | ZX_I2S_TIMING_LSB_JUSTIF);
break;
default:
- dev_err(cpu_dai->dev, "Unknown i2s tim
e
ing\n");
+ dev_err(cpu_dai->dev, "Unknown i2s timing\n");
return -EINVAL;
}