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)
commite92077c3f45395881ad8c690bb86a85ffe5198ba
tree346b8422efde750efe2a85eaa2f87895cd1459f8
parentf55532a0c0b8bb6148f4e07853b876ef73bc69ca
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
This page took 0.025433 seconds and 5 git commands to generate.