From 7b102ed66030a454eac1afce3af89eb3d03b0ce4 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Sun, 8 Jan 2012 19:34:20 +0100 Subject: [PATCH] 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-format-patch failed