diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-04-23 14:26:12 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-04-23 14:26:12 -0400 |
commit | 5d4dcae70628bf00ed11c09837a6fb6d4d920bb4 (patch) | |
tree | 8e8504cf85656e5134d3c0d7737a004d58c24ebb /sound | |
parent | ee43ccf285d1864a980a7c5d59cb364631c75332 (diff) | |
parent | 98682063549bedd6e2d2b6b7222f150c6fbce68c (diff) |
Merge remote-tracking branch 'asoc/topic/max98088' into asoc-next
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/codecs/max98088.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/max98088.c b/sound/soc/codecs/max98088.c index 3a7b7fd14e3e..3eeada57e87d 100644 --- a/sound/soc/codecs/max98088.c +++ b/sound/soc/codecs/max98088.c | |||
@@ -2024,7 +2024,7 @@ static int max98088_probe(struct snd_soc_codec *codec) | |||
2024 | ret); | 2024 | ret); |
2025 | goto err_access; | 2025 | goto err_access; |
2026 | } | 2026 | } |
2027 | dev_info(codec->dev, "revision %c\n", ret + 'A'); | 2027 | dev_info(codec->dev, "revision %c\n", ret - 0x40 + 'A'); |
2028 | 2028 | ||
2029 | snd_soc_write(codec, M98088_REG_51_PWR_SYS, M98088_PWRSV); | 2029 | snd_soc_write(codec, M98088_REG_51_PWR_SYS, M98088_PWRSV); |
2030 | 2030 | ||