From: Jingoo Han Date: Tue, 4 Jun 2013 04:15:16 +0000 (+0900) Subject: misc: replace strict_strtoul() with kstrtoul() X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~75^2~55 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7b41276b6b07f47c5f5212fa244385b0e3aaa30;p=pandora-kernel.git misc: 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 Reviewed-by: Andy Shevchenko Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed