Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 305581
b: refs/heads/master
c: 27f1d75
h: refs/heads/master
i:
  305579: c0493ee
v: v3
  • Loading branch information
Brian Austin authored and Mark Brown committed Apr 3, 2012
1 parent c3e6443 commit 69a9c91
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: 1d99f2436d0d1c7741d6dfd9d27b5376cdbbca40
refs/heads/master: 27f1d75921e7273e484cc2fab132d9fcbe9f845d
2 changes: 1 addition & 1 deletion trunk/sound/soc/soc-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -2586,7 +2586,7 @@ int snd_soc_put_volsw_sx(struct snd_kcontrol *kcontrol,
int max = mc->max;
int min = mc->min;
int mask = (1 << (fls(min + max) - 1)) - 1;
int err;
int err = 0;
unsigned short val, val_mask, val2 = 0;

val_mask = mask << shift;
Expand Down

0 comments on commit 69a9c91

Please sign in to comment.