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:
8005c49
)
ASoC: sti: remove wrong error message
author
Moise Gergaud
<moise.gergaud@st.com>
Thu, 19 Nov 2015 13:54:07 +0000
(14:54 +0100)
committer
Mark Brown
<broonie@kernel.org>
Thu, 19 Nov 2015 17:49:35 +0000
(17:49 +0000)
Signed-off-by: Moise Gergaud <moise.gergaud@st.com>
Acked-by: Arnaud Pouliquen <arnaud.pouliquen@st.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sti/uniperif_reader.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/sti/uniperif_reader.c
b/sound/soc/sti/uniperif_reader.c
index f791239a30872927b4c117f43ec457da6532b037..819eeafdf6b4ed4266024735ef76626298f09ae4 100644
(file)
--- a/
sound/soc/sti/uniperif_reader.c
+++ b/
sound/soc/sti/uniperif_reader.c
@@
-346,7
+346,6
@@
int uni_reader_init(struct platform_device *pdev,
reader->hw = &uni_reader_pcm_hw;
reader->dai_ops = &uni_reader_dai_ops;
- dev_err(reader->dev, "%s: enter\n", __func__);
ret = uni_reader_parse_dt(pdev, reader);
if (ret < 0) {
dev_err(reader->dev, "Failed to parse DeviceTree");