Skip to content

Commit

Permalink
ASoC: Indentation fix for null loop operation
Browse files Browse the repository at this point in the history
More with the legibility.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Liam Girdwood <lrg@ti.com>
  • Loading branch information
Mark Brown committed Jun 6, 2011
1 parent dfcc904 commit 88d9608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/soc-dapm.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 88d9608

Please sign in to comment.