Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information