commit | 24edc0a71badc13a9574b060e6a22e78339ac7a4 | [log] [tgz] |
---|---|---|
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | Tue Jan 03 12:02:41 2012 +0100 |
committer | Guenter Roeck <guenter.roeck@ericsson.com> | Thu Jan 05 08:19:33 2012 -0800 |
tree | 0ab30c8cdb9f373a11140356c410254cb6fce54b | |
parent | 1f962f363b762887d8f9057598b6acacf9e80234 [diff] |
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>