Commit cc9d4714 authored by Liam Girdwood's avatar Liam Girdwood Committed by Mark Brown

ASoC: topology: rephrase deferred binding warning.

Rewrite the message to be more meaningful.
Signed-off-by: default avatarLiam Girdwood <liam.r.girdwood@linux.intel.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent c8597af8
...@@ -1648,7 +1648,7 @@ static int soc_tplg_dapm_complete(struct soc_tplg *tplg) ...@@ -1648,7 +1648,7 @@ static int soc_tplg_dapm_complete(struct soc_tplg *tplg)
*/ */
if (!card || !card->instantiated) { if (!card || !card->instantiated) {
dev_warn(tplg->dev, "ASoC: Parent card not yet available," dev_warn(tplg->dev, "ASoC: Parent card not yet available,"
"Do not add new widgets now\n"); " widget card binding deferred\n");
return 0; return 0;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment