diff options
author | Axel Lin <axel.lin@ingics.com> | 2016-06-29 20:14:30 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-07-01 05:54:01 -0400 |
commit | 5d78b027c0d22589d535b3657700e7ff6499d3ed (patch) | |
tree | 79ea5e6138ba3218911fd8bd05beaab8abb913bf | |
parent | 410fe39c6d2116aa5584083cbcbb7b3796e09f5d (diff) |
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>
-rw-r--r-- | sound/soc/codecs/cs35l33.c | 2 |
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, | |||
1219 | } | 1219 | } |
1220 | 1220 | ||
1221 | dev_info(&i2c_client->dev, | 1221 | dev_info(&i2c_client->dev, |
1222 | "Cirrus Logic CS35L33, Revision: %02X\n", ret & 0xFF); | 1222 | "Cirrus Logic CS35L33, Revision: %02X\n", reg & 0xFF); |
1223 | 1223 | ||
1224 | ret = regmap_register_patch(cs35l33->regmap, | 1224 | ret = regmap_register_patch(cs35l33->regmap, |
1225 | cs35l33_patch, ARRAY_SIZE(cs35l33_patch)); | 1225 | cs35l33_patch, ARRAY_SIZE(cs35l33_patch)); |