summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/cs35l33.c
diff options
context:
space:
mode:
authorAxel Lin <axel.lin@ingics.com>2016-06-30 08:14:30 +0800
committerMark Brown <broonie@kernel.org>2016-07-01 11:54:01 +0200
commit5d78b027c0d22589d535b3657700e7ff6499d3ed (patch)
tree79ea5e6138ba3218911fd8bd05beaab8abb913bf /sound/soc/codecs/cs35l33.c
parent410fe39c6d2116aa5584083cbcbb7b3796e09f5d (diff)
downloadlinux-5d78b027c0d22589d535b3657700e7ff6499d3ed.tar.bz2
ASoC: cs35l33: Fix display revision id
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>
Diffstat (limited to 'sound/soc/codecs/cs35l33.c')
-rw-r--r--sound/soc/codecs/cs35l33.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/cs35l33.c b/sound/soc/codecs/cs35l33.c
index 689c3598bf3d..a4cbb16d68ad 100644
--- 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", ret & 0xFF);
+ "Cirrus Logic CS35L33, Revision: %02X\n", reg & 0xFF);
ret = regmap_register_patch(cs35l33->regmap,
cs35l33_patch, ARRAY_SIZE(cs35l33_patch));