From: Jingoo Han Date: Fri, 19 Jul 2013 06:56:41 +0000 (+0900) Subject: libata: replace strict_strtol() with kstrtol() X-Git-Tag: v3.11-rc3~17^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42b9ab7ab798c1fc812bd2032cb506a93080130f;p=pandora-kernel.git libata: 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: Tejun Heo --- Reading git-diff-tree failed