commit | cb3c2dcfa34072b785cf292ca0b66494496572b9 | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | Tue Aug 09 16:47:42 2011 +0900 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Wed Aug 10 00:26:38 2011 +0900 |
tree | 68798d8a3e217529e5f9904e291766319ca79b9e | |
parent | 3d9ead7c06e51249a92eb710a892a66601bd7290 [diff] |
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>