]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
ASoC: au1x: use correct format specifier
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 12 Apr 2016 23:54:01 +0000 (01:54 +0200)
committerMark Brown <broonie@kernel.org>
Wed, 13 Apr 2016 05:39:36 +0000 (06:39 +0100)
commit896491b304f956d3e87208a242db4fdfa952cdc5
tree8578490f566bc9635dff0bfcc56fe2195c2df0de
parentf55532a0c0b8bb6148f4e07853b876ef73bc69ca
ASoC: au1x: use correct format specifier

Documentation/printk-formats.txt has
unsigned long: use %lu or %lx
size_t:        use %zu or %zx

runtime->dma_bytes is of type size_t.
runtime->min_align is of type unsigned long.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/au1x/dbdma2.c