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)
commitcb3c2dcfa34072b785cf292ca0b66494496572b9
tree68798d8a3e217529e5f9904e291766319ca79b9e
parent3d9ead7c06e51249a92eb710a892a66601bd7290
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 <broonie@opensource.wolfsonmicro.com>
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
drivers/base/regmap/regmap-debugfs.c