From: Fabio Estevam Date: Thu, 25 Oct 2012 16:07:18 +0000 (-0200) Subject: regmap: Fix printing of size_t variable X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~61^2~1^2~2^3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a61cfe3445218637f38b355c76fc3132865a0a6;p=pandora-kernel.git regmap: Fix printing of size_t variable val_bytes is of 'size_t', so it should be printed as '%zu'. Fixes the following build warning on x86: drivers/base/regmap/regmap.c:872:4: warning: format '%d' expects argument of type 'int', but argument 5 has type 'size_t' [-Wformat] Signed-off-by: Fabio Estevam Signed-off-by: Mark Brown --- Reading git-diff-tree failed