From 4c72fd1ef888a5feca9d740421a31ed15ba30689 Mon Sep 17 00:00:00 2001 From: Mark Brown Date: Tue, 23 Apr 2013 19:26:12 +0100 Subject: [PATCH] --- yaml --- r: 372051 b: refs/heads/master c: 5d4dcae70628bf00ed11c09837a6fb6d4d920bb4 h: refs/heads/master i: 372049: 880c2d7432b9b0305a9edd2324451af0f8b5a945 372047: b65e3ed3489574d806eb898c0a9cdc0490011382 v: v3 --- [refs] | 2 +- trunk/sound/soc/codecs/max98088.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 5e7d4d27859d..03cdf5b569f4 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ee43ccf285d1864a980a7c5d59cb364631c75332 +refs/heads/master: 5d4dcae70628bf00ed11c09837a6fb6d4d920bb4 diff --git a/trunk/sound/soc/codecs/max98088.c b/trunk/sound/soc/codecs/max98088.c index 3a7b7fd14e3e..3eeada57e87d 100644 --- a/trunk/sound/soc/codecs/max98088.c +++ b/trunk/sound/soc/codecs/max98088.c @@ -2024,7 +2024,7 @@ static int max98088_probe(struct snd_soc_codec *codec) ret); goto err_access; } - dev_info(codec->dev, "revision %c\n", ret + 'A'); + dev_info(codec->dev, "revision %c\n", ret - 0x40 + 'A'); snd_soc_write(codec, M98088_REG_51_PWR_SYS, M98088_PWRSV);