Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 342653
b: refs/heads/master
c: 25c6fdb
h: refs/heads/master
i:
  342651: e71b838
v: v3
  • Loading branch information
Mark Brown committed Nov 29, 2012
1 parent 4bb20b6 commit 3a97a5c
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: a7f9be7ec5503166164ee4a037d6d497964ccdb6
refs/heads/master: 25c6fdb040e3b6057ff147e801343e60937594cb
2 changes: 1 addition & 1 deletion trunk/sound/soc/codecs/wm_adsp.c
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ int wm_adsp2_event(struct snd_soc_dapm_widget *w,
return ret;
}

if (val & ADSP2_CLK_SEL_MASK >= 3) {
if ((val & ADSP2_CLK_SEL_MASK) >= 3) {
ret = regulator_enable(dsp->dvfs);
if (ret != 0) {
dev_err(dsp->dev,
Expand Down

0 comments on commit 3a97a5c

Please sign in to comment.