Skip to content

Commit

Permalink
ASoC: cs42l73: Show correct revision id
Browse files Browse the repository at this point in the history
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Axel Lin authored and Mark Brown committed Nov 21, 2011
1 parent ea07561 commit 8421f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/codecs/cs42l73.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 8421f62

Please sign in to comment.