aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLiam Girdwood <liam.r.girdwood@linux.intel.com>2017-06-06 10:45:08 -0400
committerMark Brown <broonie@kernel.org>2017-06-07 15:05:40 -0400
commitcc9d4714a8da98f905c63d74e9897fc6f4563fca (patch)
treed7ff87694286e0d9f23a46c46941842a157f9301
parentc8597af855f3e34aaebaff0e5c3dbd07611c87f1 (diff)
ASoC: topology: rephrase deferred binding warning.
Rewrite the message to be more meaningful. Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r--sound/soc/soc-topology.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/soc-topology.c b/sound/soc/soc-topology.c
index 273a374e741c..f24d1f2e82a0 100644
--- a/sound/soc/soc-topology.c
+++ b/sound/soc/soc-topology.c
@@ -1648,7 +1648,7 @@ static int soc_tplg_dapm_complete(struct soc_tplg *tplg)
1648 */ 1648 */
1649 if (!card || !card->instantiated) { 1649 if (!card || !card->instantiated) {
1650 dev_warn(tplg->dev, "ASoC: Parent card not yet available," 1650 dev_warn(tplg->dev, "ASoC: Parent card not yet available,"
1651 "Do not add new widgets now\n"); 1651 " widget card binding deferred\n");
1652 return 0; 1652 return 0;
1653 } 1653 }
1654 1654