aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/cs42l73.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/codecs/cs42l73.c')
-rw-r--r--sound/soc/codecs/cs42l73.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/cs42l73.c b/sound/soc/codecs/cs42l73.c
index fdd8aa207730..1b773bf4b52d 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,
1383 } 1383 }
1384 1384
1385 dev_info(&i2c_client->dev, 1385 dev_info(&i2c_client->dev,
1386 "Cirrus Logic CS42L73, Revision: %02X\n", ret & 0xFF); 1386 "Cirrus Logic CS42L73, Revision: %02X\n", reg & 0xFF);
1387 1387
1388 regcache_cache_only(cs42l73->regmap, true); 1388 regcache_cache_only(cs42l73->regmap, true);
1389 1389