]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd8873d777a5db43e96307bcdf02acbd289a2c475
tree1cffe686fb7d0659df183af2eaf27538b5016697
parent25bbb693461b6e2b7b9639a2bada9d1375ec3989
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: 9304cd9aadda ("[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