diff options
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2016-04-13 02:54:01 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-04-13 08:39:36 +0300 |
commit | 896491b304f956d3e87208a242db4fdfa952cdc5 (patch) | |
tree | 8578490f566bc9635dff0bfcc56fe2195c2df0de /sound/soc/codecs/wm5110.c | |
parent | f55532a0c0b8bb6148f4e07853b876ef73bc69ca (diff) | |
download | linux-896491b304f956d3e87208a242db4fdfa952cdc5.tar.xz |
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>
Diffstat (limited to 'sound/soc/codecs/wm5110.c')
0 files changed, 0 insertions, 0 deletions