* [TRIVIAL PATCH V2] ASoC: atmel_ssc_dai: Correct misuse of 0x%<decimal>
@ 2015-08-03 17:49 Joe Perches
0 siblings, 0 replies; only message in thread
From: Joe Perches @ 2015-08-03 17:49 UTC (permalink / raw)
To: Nicolas Ferre
Cc: Liam Girdwood, Mark Brown, Jaroslav Kysela, Takashi Iwai,
alsa-devel, linux-kernel
Correct misuse of 0x%d in logging message.
Signed-off-by: Joe Perches <joe@perches.com>
---
Resend with later, non-broken version of Evolution email client (3.16 -> 3.16.3)
sound/soc/atmel/atmel_ssc_dai.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sound/soc/atmel/atmel_ssc_dai.c b/sound/soc/atmel/atmel_ssc_dai.c
index 841d059..ba8def5 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 */
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2015-08-03 17:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-03 17:49 [TRIVIAL PATCH V2] ASoC: atmel_ssc_dai: Correct misuse of 0x%<decimal> Joe Perches
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®