]> git.karo-electronics.de Git - karo-tx-linux.git/commit
dma: pl08x: Use correct specifier for size_t values
authorMark Brown <broonie@linaro.org>
Fri, 1 Aug 2014 17:09:48 +0000 (18:09 +0100)
committerVinod Koul <vinod.koul@intel.com>
Mon, 4 Aug 2014 08:15:26 +0000 (13:45 +0530)
commit6fc8ae787c589245ee3395630d2c428a1afab26c
tree408d5020fbb551ce5c83e94cba6632a9c3accd58
parent31c1e5a1350ae8d1bc2018f5de8264266d9773e1
dma: pl08x: Use correct specifier for size_t values

When printing size_t values we should use the %zd or %zx format specifier
in order to ensure the value is displayed correctly and avoid warnings from
sparse.

Signed-off-by: Mark Brown <broonie@linaro.org>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/amba-pl08x.c