diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2012-01-08 19:34:20 +0100 |
---|---|---|
committer | Guenter Roeck <guenter.roeck@ericsson.com> | 2012-03-19 02:26:30 +0100 |
commit | 7b102ed66030a454eac1afce3af89eb3d03b0ce4 (patch) | |
tree | 864f56541714d3e2b17204f5f49012eab663a80d /CREDITS | |
parent | hwmon: use DEFINE_PCI_DEVICE_TABLE (diff) | |
download | linux-7b102ed66030a454eac1afce3af89eb3d03b0ce4.tar.xz linux-7b102ed66030a454eac1afce3af89eb3d03b0ce4.zip |
hwmon: (i5k_amb) fix checkpatch issues
fixed:
WARNING: simple_strtoul is obsolete, use kstrtoul instead
+ unsigned long temp = simple_strtoul(buf, NULL, 10) / 500;
WARNING: simple_strtoul is obsolete, use kstrtoul instead
+ unsigned long temp = simple_strtoul(buf, NULL, 10) / 500;
WARNING: simple_strtoul is obsolete, use kstrtoul instead
+ unsigned long temp = simple_strtoul(buf, NULL, 10) / 500;
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Acked-by: Darrick J. Wong <djwong@us.ibm.com>
Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com>
Diffstat (limited to 'CREDITS')
0 files changed, 0 insertions, 0 deletions