hwmon: (abx500) Fix format string warnings
authorAsaf Vertz <asaf.vertz@tandemg.com>
Wed, 21 Jan 2015 08:03:22 +0000 (10:03 +0200)
committerGuenter Roeck <linux@roeck-us.net>
Mon, 26 Jan 2015 05:23:59 +0000 (21:23 -0800)
commita14c70729c46c740f37572879e8e7f3de43f6aa7
tree7b58dc28b75933387a22cc4b332a78d98f359cb9
parente2c26f058e31619b548046b84fe2c2116cb5016f
hwmon: (abx500) Fix format string warnings

Fixed the following warnings (reported by cppcheck):
[drivers/hwmon/abx500.c:224]: (warning) %ld in format string (no. 1)
requires 'long' but the argument type is 'unsigned long'.
[drivers/hwmon/abx500.c:233]: (warning) %ld in format string (no. 1)
requires 'long' but the argument type is 'unsigned long'.
[drivers/hwmon/abx500.c:242]: (warning) %ld in format string (no. 1)
requires 'long' but the argument type is 'unsigned long'.

Signed-off-by: Asaf Vertz <asaf.vertz@tandemg.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/abx500.c