commit | 6fc8ae787c589245ee3395630d2c428a1afab26c | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@linaro.org> | Fri Aug 01 18:09:48 2014 +0100 |
committer | Vinod Koul <vinod.koul@intel.com> | Mon Aug 04 13:45:26 2014 +0530 |
tree | 408d5020fbb551ce5c83e94cba6632a9c3accd58 | |
parent | 31c1e5a1350ae8d1bc2018f5de8264266d9773e1 [diff] |
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>