mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-21 03:54:03 +08:00
ASoC: soc-pcm: change error message to debug message
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>
This commit is contained in:
parent
d40dac7ae8
commit
b6eabd247d
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user