From: Frans Meulenbroeks Date: Tue, 3 Jan 2012 11:02:41 +0000 (+0100) Subject: hwmon: (lm75) fix checkpatch warning X-Git-Tag: v3.3-rc1~162^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24edc0a71badc13a9574b060e6a22e78339ac7a4;p=pandora-kernel.git 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 Signed-off-by: Guenter Roeck --- Reading git-diff-tree failed