From: Joe Perches Date: Mon, 3 Aug 2015 17:49:29 +0000 (-0700) Subject: ASoC: atmel_ssc_dai: Correct misuse of 0x% X-Git-Tag: v4.3-rc1~77^2~7^2~19^6 X-Git-Url: https://git.kernelconcepts.de/?a=commitdiff_plain;h=56113f6e6f8d57d3c184544c6421422558a9988e;p=karo-tx-linux.git ASoC: atmel_ssc_dai: Correct misuse of 0x% Correct misuse of 0x%d in logging message. Signed-off-by: Joe Perches Signed-off-by: Mark Brown --- diff --git a/sound/soc/atmel/atmel_ssc_dai.c b/sound/soc/atmel/atmel_ssc_dai.c index 841d05946b88..ba8def5665c4 100644 --- a/sound/soc/atmel/atmel_ssc_dai.c +++ b/sound/soc/atmel/atmel_ssc_dai.c @@ -290,7 +290,7 @@ static int atmel_ssc_startup(struct snd_pcm_substream *substream, int dir, dir_mask; int ret; - pr_debug("atmel_ssc_startup: SSC_SR=0x%u\n", + pr_debug("atmel_ssc_startup: SSC_SR=0x%x\n", ssc_readl(ssc_p->ssc->regs, SR)); /* Enable PMC peripheral clock for this SSC */