From: Jingoo Han Date: Fri, 19 Jul 2013 07:01:26 +0000 (+0900) Subject: ide: replace strict_strtol() with kstrtol() X-Git-Tag: v3.12-rc1~130^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79c8fa0b6bfa6953352a8e73b7105ac268e02743;p=pandora-kernel.git ide: 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: David S. Miller --- Reading git-diff-tree failed