Commit 0e669246 authored by Ryo Tsutsui's avatar Ryo Tsutsui Committed by Mark Brown
Browse files

ASoC: dapm: Remove redundant clear_walk() for supply widgets



We already clear the walked state in dapm_widget_power_check(), no need
to do it again.

Signed-off-by: default avatarRyo Tsutsui <Ryo.Tsutsui@wolfsonmicro.com>
Acked-by: default avatarLiam Girdwood <liam.r.girdwood@linux.intel.com>
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 85762e71
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -1165,8 +1165,6 @@ static int dapm_supply_check_power(struct snd_soc_dapm_widget *w)
			return 1;
	}

	dapm_clear_walk(w->dapm);

	return 0;
}