ASoC: dma-sh7760: cleanup a debug printk
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 18 Dec 2018 08:18:10 +0000 (11:18 +0300)
committerMark Brown <broonie@kernel.org>
Thu, 3 Jan 2019 16:32:48 +0000 (16:32 +0000)
commit02a07872f84fc5fe61fa65310ff23bcad166a4f5
tree1cffe686fb7d0659df183af2eaf27538b5016697
parent2998369fb93f129b953aeb2984ae01e26c4fdf69
ASoC: dma-sh7760: cleanup a debug printk

The intent was to print the address as a hexadecimal but there is an
extra "u" in the "0x%08ulx" format specification so it is displayed as
decimal.

Fixes: aef3b06ac697 ("[ALSA] SH7760 ASoC support")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sh/dma-sh7760.c