From: Mark Brown Date: Fri, 1 Aug 2014 17:09:48 +0000 (+0100) Subject: dma: pl08x: Use correct specifier for size_t values X-Git-Tag: omap-for-v3.17/fixes-against-rc2~88^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6fc8ae787c589245ee3395630d2c428a1afab26c;p=pandora-kernel.git 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 Signed-off-by: Vinod Koul --- Reading git-diff-tree failed