Commit 82875163 authored by Axel Lin's avatar Axel Lin Committed by Mark Brown

ASoC: cs35l35: Fix display revision id

Signed-off-by: default avatarAxel Lin <axel.lin@ingics.com>
Acked-by: default avatarPaul Handrigan <Paul.Handrigan@cirrus.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent bf5043d6
...@@ -1463,7 +1463,7 @@ static int cs35l35_i2c_probe(struct i2c_client *i2c_client, ...@@ -1463,7 +1463,7 @@ static int cs35l35_i2c_probe(struct i2c_client *i2c_client,
} }
dev_info(dev, "Cirrus Logic CS35L35 (%x), Revision: %02X\n", dev_info(dev, "Cirrus Logic CS35L35 (%x), Revision: %02X\n",
devid, ret & 0xFF); devid, reg & 0xFF);
/* Set the INT Masks for critical errors */ /* Set the INT Masks for critical errors */
regmap_write(cs35l35->regmap, CS35L35_INT_MASK_1, regmap_write(cs35l35->regmap, CS35L35_INT_MASK_1,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment