diff options
author | Liam Girdwood <liam.r.girdwood@linux.intel.com> | 2017-06-06 15:45:08 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-06-07 20:05:40 +0100 |
commit | cc9d4714a8da98f905c63d74e9897fc6f4563fca (patch) | |
tree | d7ff87694286e0d9f23a46c46941842a157f9301 /sound | |
parent | c8597af855f3e34aaebaff0e5c3dbd07611c87f1 (diff) | |
download | linux-cc9d4714a8da98f905c63d74e9897fc6f4563fca.tar.gz linux-cc9d4714a8da98f905c63d74e9897fc6f4563fca.tar.bz2 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; } |