Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 353242
b: refs/heads/master
c: b57a895
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and Takashi Iwai committed Feb 7, 2013
1 parent 3c462d4 commit 0b21c84
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: f9afed1f7fcadcad2b91f79aa81adf9456864117
refs/heads/master: b57a895fa2188d4e1cefa030d0fc9d126e453a95
2 changes: 1 addition & 1 deletion trunk/sound/pci/ice1712/wm8766.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

static void snd_wm8766_write(struct snd_wm8766 *wm, u16 addr, u16 data)
{
if (addr < WM8766_REG_RESET)
if (addr < WM8766_REG_COUNT)
wm->regs[addr] = data;
wm->ops.write(wm, addr, data);
}
Expand Down

0 comments on commit 0b21c84

Please sign in to comment.