projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dfcc904
)
ASoC: Indentation fix for null loop operation
author
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Mon, 6 Jun 2011 15:16:34 +0000
(16:16 +0100)
committer
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Mon, 6 Jun 2011 20:45:44 +0000
(21:45 +0100)
More with the legibility.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Liam Girdwood <lrg@ti.com>
sound/soc/soc-dapm.c
patch
|
blob
|
history
diff --git
a/sound/soc/soc-dapm.c
b/sound/soc/soc-dapm.c
index 6be6546648c8e7af0f178e45b9699c624b504176..988cdffa8c4cf8a5778cd73ef4b4369c3f117274 100644
(file)
--- 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);