aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-dapm.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/soc-dapm.c')
-rw-r--r--sound/soc/soc-dapm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/soc-dapm.c b/sound/soc/soc-dapm.c
index 411651dc9d1d..5c2a34956a5d 100644
--- a/sound/soc/soc-dapm.c
+++ b/sound/soc/soc-dapm.c
@@ -651,7 +651,6 @@ static void dbg_dump_dapm(struct snd_soc_codec* codec, const char *action)
651 p->source->name); 651 p->source->name);
652 } 652 }
653 list_for_each_entry(p, &w->sinks, list_source) { 653 list_for_each_entry(p, &w->sinks, list_source) {
654 p = list_entry(lp, struct snd_soc_dapm_path, list_source);
655 if (p->connect) 654 if (p->connect)
656 printk(" out %s %s\n", p->name ? p->name : "static", 655 printk(" out %s %s\n", p->name ? p->name : "static",
657 p->sink->name); 656 p->sink->name);