projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8597af
)
ASoC: topology: rephrase deferred binding warning.
author
Liam Girdwood
<liam.r.girdwood@linux.intel.com>
Tue, 6 Jun 2017 14:45:08 +0000
(15:45 +0100)
committer
Mark 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
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/soc-topology.c
b/sound/soc/soc-topology.c
index 273a374e741c12765a6a8d52b4df4374dc5b8c07..f24d1f2e82a087fb9d549f79036d042669aa7150 100644
(file)
--- 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;
}