regmap: Fix type of field width specifiers for x86_64
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 9 Aug 2011 07:47:42 +0000 (16:47 +0900)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 9 Aug 2011 15:26:38 +0000 (00:26 +0900)
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 <broonie@opensource.wolfsonmicro.com>
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>

No differences found