Skip to content
Commit 896491b3 authored by Heinrich Schuchardt's avatar Heinrich Schuchardt Committed by Mark Brown
Browse files

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: default avatarHeinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent f55532a0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment