From: Jingoo Han Date: Wed, 5 Feb 2014 02:02:59 +0000 (+0900) Subject: drm/nouveau/hwmon: replace strict_strtol() with kstrtol() X-Git-Tag: v3.15-rc1~51^2~39^2~84 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ac4e3a58d58e33b2353b3e187c88b9485f26591;p=pandora-kernel.git drm/nouveau/hwmon: replace strict_strtol() with kstrtol() The usage of strict_strtol() is not preferred, because strict_strtol() is obsolete. Thus, kstrtol() should be used. Signed-off-by: Jingoo Han Signed-off-by: Ben Skeggs --- Reading git-diff-tree failed