diff options
author | 2012-01-03 12:02:41 +0100 | |
---|---|---|
committer | 2012-01-05 08:19:33 -0800 | |
commit | 24edc0a71badc13a9574b060e6a22e78339ac7a4 (patch) | |
tree | 0ab30c8cdb9f373a11140356c410254cb6fce54b /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | hwmon: (lm75) added error handling (diff) | |
download | wireguard-linux-24edc0a71badc13a9574b060e6a22e78339ac7a4.tar.xz wireguard-linux-24edc0a71badc13a9574b060e6a22e78339ac7a4.zip |
hwmon: (lm75) fix checkpatch warning
Fixed this:
WARNING: strict_strtol is obsolete, use kstrtol instead
+ error = strict_strtol(buf, 10, &temp);
by replacing strict_strtol with kstrtol.
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions