From: Jingoo Han Date: Fri, 19 Jul 2013 07:07:21 +0000 (+0900) Subject: EDAC: Replace strict_strtol() with kstrtol() X-Git-Tag: v3.12-rc1~154^2~1^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c542b53da9ffa4fe9de61149818a06aacae531f8;p=pandora-kernel.git EDAC: 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: Borislav Petkov --- Reading git-diff-tree failed