]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: fsl: imx-pcm-fiq: use correct format specifier
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 12 Apr 2016 20:51:03 +0000 (22:51 +0200)
committerMark Brown <broonie@kernel.org>
Wed, 13 Apr 2016 05:39:11 +0000 (06:39 +0100)
commit22d5bb8fef1d691f33fe68ee5a8371b73a188cd7
tree346b8422efde750efe2a85eaa2f87895cd1459f8
parent3039f62d3fccb077513a4ffae4d1ef4609c1b724
ASoC: fsl: imx-pcm-fiq: use correct format specifier

Documentation/printk-formats.txt has
size_t: use %zu or %zx

runtime->dma_bytes is of type size_t.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Acked-by: Nicolin Chen <nicoleotsuka@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/fsl/imx-pcm-fiq.c