Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 270755
b: refs/heads/master
c: 1a3bbb4
h: refs/heads/master
i:
  270753: f0174b6
  270751: 4331910
v: v3
  • Loading branch information
Axel Lin authored and Mark Brown committed Oct 4, 2011
1 parent 7cac562 commit 06315a6
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: 5d224e8f184ee2af6de6a7204e198f3a7d36e8a2
refs/heads/master: 1a3bbb40da5c01e422309f52475e91886c573718
2 changes: 1 addition & 1 deletion trunk/sound/soc/codecs/wm8971.c
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ static int wm8971_resume(struct snd_soc_codec *codec)

/* Sync reg_cache with the hardware */
for (i = 0; i < ARRAY_SIZE(wm8971_reg); i++) {
if (i + 1 == WM8971_RESET)
if (i == WM8971_RESET)
continue;
data[0] = (i << 1) | ((cache[i] >> 8) & 0x0001);
data[1] = cache[i] & 0x00ff;
Expand Down

0 comments on commit 06315a6

Please sign in to comment.