forked from Minki/linux
ASoC: cs35l35: 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>
This commit is contained in:
parent
bf5043d69c
commit
82875163a8
@ -1463,7 +1463,7 @@ static int cs35l35_i2c_probe(struct i2c_client *i2c_client,
|
||||
}
|
||||
|
||||
dev_info(dev, "Cirrus Logic CS35L35 (%x), Revision: %02X\n",
|
||||
devid, ret & 0xFF);
|
||||
devid, reg & 0xFF);
|
||||
|
||||
/* Set the INT Masks for critical errors */
|
||||
regmap_write(cs35l35->regmap, CS35L35_INT_MASK_1,
|
||||
|
Loading…
Reference in New Issue
Block a user