From: Asaf Vertz Date: Wed, 21 Jan 2015 08:03:22 +0000 (+0200) Subject: hwmon: (abx500) Fix format string warnings X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~170^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a14c70729c46c740f37572879e8e7f3de43f6aa7;p=pandora-kernel.git 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 Signed-off-by: Guenter Roeck --- Reading git-diff-tree failed