On Fri, Aug 01, 2014 at 06:09:48PM +0100, Mark Brown wrote:
From: Mark Brown broonie@linaro.org
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.
Applied, thanks