mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-18 15:09:53 +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
@ -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 New Issue
Block a user