[alsa-devel] [patch] ASoC: sh: dma-sh7760: fix a debug printf
bojan prtvar
prtvar.b at gmail.com
Thu Nov 17 14:31:06 CET 2016
Hi,
On Thu, Nov 17, 2016 at 12:00 PM, Dan Carpenter
<dan.carpenter at oracle.com> wrote:
> - pr_debug("PCM data: addr 0x%08ulx len %d\n",
> + pr_debug("PCM data: addr 0x%08lx len %d\n",
> (u32)runtime->dma_addr, runtime->dma_bytes);
While there, why not using %pad as suggested by
Documentation/printk-formats.txt?
Regards,
Bojan
More information about the Alsa-devel
mailing list