]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ASoC: topology: rephrase deferred binding warning.
authorLiam Girdwood <liam.r.girdwood@linux.intel.com>
Tue, 6 Jun 2017 14:45:08 +0000 (15:45 +0100)
committerMark Brown <broonie@kernel.org>
Wed, 7 Jun 2017 19:05:40 +0000 (20:05 +0100)
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>
sound/soc/soc-topology.c

index 273a374e741c12765a6a8d52b4df4374dc5b8c07..f24d1f2e82a087fb9d549f79036d042669aa7150 100644 (file)
@@ -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;
        }