Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 293353
b: refs/heads/master
c: 916be22
h: refs/heads/master
i:
  293351: fe7b743
v: v3
  • Loading branch information
Axel Lin authored and Mark Brown committed Feb 16, 2012
1 parent dbf4b3c commit b83783c
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: 731f1ab290ca1e59430ab222290d379222eb38a5
refs/heads/master: 916be22c150f89639976700c2023ca9b2a5ccebd
2 changes: 1 addition & 1 deletion trunk/sound/soc/codecs/wm2200.c
Original file line number Diff line number Diff line change
Expand Up @@ -2084,7 +2084,7 @@ static __devinit int wm2200_i2c_probe(struct i2c_client *i2c,
goto err_reset;
}

wm2200->rev = ret & WM2200_DEVICE_REVISION_MASK;
wm2200->rev = reg & WM2200_DEVICE_REVISION_MASK;

dev_info(&i2c->dev, "revision %c\n", wm2200->rev + 'A');

Expand Down

0 comments on commit b83783c

Please sign in to comment.