diff options
author | Liam Girdwood <liam.r.girdwood@linux.intel.com> | 2017-06-06 16:45:08 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-06-07 21:05:40 +0200 |
commit | cc9d4714a8da98f905c63d74e9897fc6f4563fca (patch) | |
tree | d7ff87694286e0d9f23a46c46941842a157f9301 /sound | |
parent | ASoC: topology: Allow bespoke configuration post widget creation (diff) | |
download | linux-cc9d4714a8da98f905c63d74e9897fc6f4563fca.tar.xz linux-cc9d4714a8da98f905c63d74e9897fc6f4563fca.zip |
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.c | 2 |
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) */ 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; } |