From: Mark Brown Date: Mon, 6 Jun 2011 15:16:34 +0000 (+0100) Subject: ASoC: Indentation fix for null loop operation X-Git-Tag: v3.3-rc1~14^2~988 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=88d960864e371d0caf1db69e6d1d740ad7a247ba;p=platform%2Fkernel%2Flinux-stable.git ASoC: Indentation fix for null loop operation More with the legibility. Signed-off-by: Mark Brown Acked-by: Liam Girdwood --- diff --git a/sound/soc/soc-dapm.c b/sound/soc/soc-dapm.c index 6be6546..988cdff 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);