From: Mark Brown Date: Tue, 9 Aug 2011 07:47:42 +0000 (+0900) Subject: regmap: Fix type of field width specifiers for x86_64 X-Git-Tag: v3.2-rc1~181^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb3c2dcfa34072b785cf292ca0b66494496572b9;p=pandora-kernel.git regmap: Fix type of field width specifiers for x86_64 x86_64 size_t is not an int but the printf format specifier for size_t should be an int. Signed-off-by: Mark Brown Reported-by: Stephen Rothwell --- Reading git-diff-tree failed