diff --git a/sound/soc/codecs/cs42l73.c b/sound/soc/codecs/cs42l73.c index fdd8aa207730ad9015b8ffe41f4ec601afa88f8a..1b773bf4b52d7fc036bac36a3a9461df1e89d997 100644 --- a/sound/soc/codecs/cs42l73.c +++ b/sound/soc/codecs/cs42l73.c @@ -1383,7 +1383,7 @@ static __devinit int cs42l73_i2c_probe(struct i2c_client *i2c_client, } dev_info(&i2c_client->dev, - "Cirrus Logic CS42L73, Revision: %02X\n", ret & 0xFF); + "Cirrus Logic CS42L73, Revision: %02X\n", reg & 0xFF); regcache_cache_only(cs42l73->regmap, true);