diff options
| author | Frans Meulenbroeks <[email protected]> | 2012-01-08 19:34:20 +0100 |
|---|---|---|
| committer | Guenter Roeck <[email protected]> | 2012-03-18 18:26:30 -0700 |
| commit | 7b102ed66030a454eac1afce3af89eb3d03b0ce4 (patch) | |
| tree | 864f56541714d3e2b17204f5f49012eab663a80d /tools/perf/scripts/python | |
| parent | 600151b9de97bd580f9dc09199a10f0c2b65cb97 (diff) | |
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 <[email protected]>
Acked-by: Darrick J. Wong <[email protected]>
Signed-off-by: Guenter Roeck <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions