projects
/
GitHub
/
LineageOS
/
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:
410fe39
)
ASoC: cs35l33: Fix display revision id
author
Axel Lin
<axel.lin@ingics.com>
Thu, 30 Jun 2016 00:14:30 +0000
(08:14 +0800)
committer
Mark Brown
<broonie@kernel.org>
Fri, 1 Jul 2016 09:54:01 +0000
(11:54 +0200)
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Acked-by: Paul Handrigan <Paul.Handrigan@cirrus.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/cs35l33.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/codecs/cs35l33.c
b/sound/soc/codecs/cs35l33.c
index 689c3598bf3d3c20a56e340cf0541e3d82e6a190..a4cbb16d68adb1b44cfde9bbf3a0140576473b9d 100644
(file)
--- a/
sound/soc/codecs/cs35l33.c
+++ b/
sound/soc/codecs/cs35l33.c
@@
-1219,7
+1219,7
@@
static int cs35l33_i2c_probe(struct i2c_client *i2c_client,
}
dev_info(&i2c_client->dev,
- "Cirrus Logic CS35L33, Revision: %02X\n", re
t
& 0xFF);
+ "Cirrus Logic CS35L33, Revision: %02X\n", re
g
& 0xFF);
ret = regmap_register_patch(cs35l33->regmap,
cs35l33_patch, ARRAY_SIZE(cs35l33_patch));