summaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorLiam Girdwood <liam.r.girdwood@linux.intel.com>2017-06-06 15:45:08 +0100
committerMark Brown <broonie@kernel.org>2017-06-07 20:05:40 +0100
commitcc9d4714a8da98f905c63d74e9897fc6f4563fca (patch)
treed7ff87694286e0d9f23a46c46941842a157f9301 /sound
parentc8597af855f3e34aaebaff0e5c3dbd07611c87f1 (diff)
downloadlinux-0-day-cc9d4714a8da98f905c63d74e9897fc6f4563fca.tar.gz
linux-0-day-cc9d4714a8da98f905c63d74e9897fc6f4563fca.tar.xz
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>
Diffstat (limited to 'sound')
-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 273a374e741c1..f24d1f2e82a08 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)
*/
if (!card || !card->instantiated) {
dev_warn(tplg->dev, "ASoC: Parent card not yet available,"
- "Do not add new widgets now\n");
+ " widget card binding deferred\n");
return 0;
}