Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 56113f6e authored by Joe Perches's avatar Joe Perches Committed by Mark Brown
Browse files

ASoC: atmel_ssc_dai: Correct misuse of 0x%<decimal>



Correct misuse of 0x%d in logging message.

Signed-off-by: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent bc0195aa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 */