hwmon: (pmbus) Replace strict_strtol with kstrtol
authorGuenter Roeck <linux@roeck-us.net>
Mon, 16 Jan 2012 18:14:54 +0000 (10:14 -0800)
committerGuenter Roeck <guenter.roeck@ericsson.com>
Mon, 19 Mar 2012 01:26:43 +0000 (18:26 -0700)
strict_strtol is deprecated and results in a checkpatch warning.
Replace it with kstrtol.

Acked-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>

No differences found