From: Frans Meulenbroeks Date: Sun, 8 Jan 2012 18:34:20 +0000 (+0100) Subject: hwmon: (i5k_amb) fix checkpatch issues X-Git-Tag: v3.4-rc1~167^2~132 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b102ed66030a454eac1afce3af89eb3d03b0ce4;p=pandora-kernel.git 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 Acked-by: Darrick J. Wong Signed-off-by: Guenter Roeck --- Reading git-diff-tree failed