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)
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>

No differences found