mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
ASoC: Indentation fix for null loop operation
More with the legibility. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Acked-by: Liam Girdwood <lrg@ti.com>
This commit is contained in:
parent
dfcc9047c9
commit
88d960864e
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue