From: Jingoo Han Date: Sat, 1 Jun 2013 07:08:22 +0000 (+0900) Subject: EDAC: Replace strict_strtoul() with kstrtoul() X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~24^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7f62fc87bb4f3ee7f21fed959795de2bd415ccf;p=pandora-kernel.git EDAC: Replace strict_strtoul() with kstrtoul() The usage of strict_strtoul() is not preferred, because strict_strtoul() is obsolete. Thus, kstrtoul() should be used. Signed-off-by: Jingoo Han Signed-off-by: Borislav Petkov --- Reading git-diff-tree failed