projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d40dac7
)
ASoC: soc-pcm: change error message to debug message
author
Shengjiu Wang
<shengjiu.wang@nxp.com>
Mon, 8 Feb 2021 08:12:45 +0000
(16:12 +0800)
committer
Mark Brown
<broonie@kernel.org>
Wed, 10 Feb 2021 17:22:56 +0000
(17:22 +0000)
This log message should be a debug message, because it
doesn't return directly but continue next loop.
Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link:
https://lore.kernel.org/r/1612771965-5776-1-git-send-email-shengjiu.wang@nxp.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/soc-pcm.c
patch
|
blob
|
history
diff --git
a/sound/soc/soc-pcm.c
b/sound/soc/soc-pcm.c
index b79f064887d4376fe7e6b4b4e064851e7754b1ec..8d55f39d4014321cd7e8fd593c08229945077480 100644
(file)
--- a/
sound/soc/soc-pcm.c
+++ b/
sound/soc/soc-pcm.c
@@
-1344,8
+1344,8
@@
static int dpcm_add_paths(struct snd_soc_pcm_runtime *fe, int stream,
/* is there a valid BE rtd for this widget */
be = dpcm_get_be(card, widget, stream);
if (!be) {
- dev_
err
(fe->dev, "ASoC: no BE found for %s\n",
-
widget->name);
+ dev_
dbg
(fe->dev, "ASoC: no BE found for %s\n",
+ widget->name);
continue;
}