From 88d960864e371d0caf1db69e6d1d740ad7a247ba Mon Sep 17 00:00:00 2001 From: Mark Brown Date: Mon, 6 Jun 2011 16:16:34 +0100 Subject: ASoC: Indentation fix for null loop operation More with the legibility. Signed-off-by: Mark Brown Acked-by: Liam Girdwood --- sound/soc/soc-dapm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sound/soc/soc-dapm.c') diff --git a/sound/soc/soc-dapm.c b/sound/soc/soc-dapm.c index 6be6546648c8..988cdffa8c4c 100644 --- a/sound/soc/soc-dapm.c +++ b/sound/soc/soc-dapm.c @@ -209,7 +209,7 @@ static void dapm_set_path_status(struct snd_soc_dapm_widget *w, int val, item, bitmask; for (bitmask = 1; bitmask < e->max; bitmask <<= 1) - ; + ; val = snd_soc_read(w->codec, e->reg); item = (val >> e->shift_l) & (bitmask - 1); -- cgit v1.2.3