From: Jingoo Han Date: Fri, 19 Jul 2013 07:12:50 +0000 (+0900) Subject: gpiolib: replace strict_strtol() with kstrtol() X-Git-Tag: v3.12-rc1~111^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3d88c92a1d7ebbe1e956fd9f0f37bc383f2571b;p=pandora-kernel.git gpiolib: 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: Linus Walleij --- Reading git-diff-tree failed