Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 257495
b: refs/heads/master
c: 88d9608
h: refs/heads/master
i:
  257493: a049a74
  257491: 8c6bc01
  257487: 3c5e15f
v: v3
  • Loading branch information
Mark Brown committed Jun 6, 2011
1 parent d1084b5 commit 1af46cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: dfcc9047c97ca99b151e30133c9bccf5ab258ca6
refs/heads/master: 88d960864e371d0caf1db69e6d1d740ad7a247ba
2 changes: 1 addition & 1 deletion trunk/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 1af46cd

Please sign in to comment.