projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea07561
)
ASoC: cs42l73: Show correct revision id
author
Axel Lin
<axel.lin@gmail.com>
Sat, 19 Nov 2011 02:17:36 +0000
(10:17 +0800)
committer
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Mon, 21 Nov 2011 17:05:52 +0000
(17:05 +0000)
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/codecs/cs42l73.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/codecs/cs42l73.c
b/sound/soc/codecs/cs42l73.c
index fdd8aa207730ad9015b8ffe41f4ec601afa88f8a..1b773bf4b52d7fc036bac36a3a9461df1e89d997 100644
(file)
--- a/
sound/soc/codecs/cs42l73.c
+++ b/
sound/soc/codecs/cs42l73.c
@@
-1383,7
+1383,7
@@
static __devinit int cs42l73_i2c_probe(struct i2c_client *i2c_client,
}
dev_info(&i2c_client->dev,
- "Cirrus Logic CS42L73, Revision: %02X\n", re
t
& 0xFF);
+ "Cirrus Logic CS42L73, Revision: %02X\n", re
g
& 0xFF);
regcache_cache_only(cs42l73->regmap, true);