aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/soc/soc-dapm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/soc-dapm.c b/sound/soc/soc-dapm.c
index 54fa2e5e3078..fbfcda062839 100644
--- a/sound/soc/soc-dapm.c
+++ b/sound/soc/soc-dapm.c
@@ -989,7 +989,7 @@ static void dapm_seq_run(struct snd_soc_dapm_context *dapm,
989 989
990 INIT_LIST_HEAD(&pending); 990 INIT_LIST_HEAD(&pending);
991 cur_sort = -1; 991 cur_sort = -1;
992 cur_subseq = -1; 992 cur_subseq = INT_MIN;
993 cur_reg = SND_SOC_NOPM; 993 cur_reg = SND_SOC_NOPM;
994 cur_dapm = NULL; 994 cur_dapm = NULL;
995 } 995 }