projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
731f1ab
)
ASoC: Get correct revision id for wm2200
author
Axel Lin
<axel.lin@gmail.com>
Thu, 16 Feb 2012 02:05:59 +0000
(10:05 +0800)
committer
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Thu, 16 Feb 2012 02:18:56 +0000
(18:18 -0800)
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/codecs/wm2200.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/wm2200.c
b/sound/soc/codecs/wm2200.c
index a9388dfdbe0f6454fad4e20c5cf9ef5c1b7947d1..acbdc5fde9236be0e43a5767bd0135eb92450e68 100644
(file)
--- a/
sound/soc/codecs/wm2200.c
+++ b/
sound/soc/codecs/wm2200.c
@@
-2084,7
+2084,7
@@
static __devinit int wm2200_i2c_probe(struct i2c_client *i2c,
goto err_reset;
}
- wm2200->rev = re
t
& WM2200_DEVICE_REVISION_MASK;
+ wm2200->rev = re
g
& WM2200_DEVICE_REVISION_MASK;
dev_info(&i2c->dev, "revision %c\n", wm2200->rev + 'A');