projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc0195a
)
ASoC: atmel_ssc_dai: Correct misuse of 0x%<decimal>
author
Joe Perches
<joe@perches.com>
Mon, 3 Aug 2015 17:49:29 +0000
(10:49 -0700)
committer
Mark Brown
<broonie@kernel.org>
Tue, 4 Aug 2015 11:09:31 +0000
(12:09 +0100)
Correct misuse of 0x%d in logging message.
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/atmel/atmel_ssc_dai.c
patch
|
blob
|
history
diff --git
a/sound/soc/atmel/atmel_ssc_dai.c
b/sound/soc/atmel/atmel_ssc_dai.c
index 841d05946b888fc5b905445f61611f44df685ff6..ba8def5665c458842d2f333d35e34c2974b2136e 100644
(file)
--- 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 */