From: Jingoo Han Date: Fri, 19 Jul 2013 07:02:43 +0000 (+0900) Subject: mmc: mmc_test: replace strict_strtol() with kstrtol_from_user() X-Git-Tag: v3.12-rc1~69^2~35 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4be7085f744be070d327ed258d6ceb79b7323f6d;p=pandora-kernel.git mmc: mmc_test: replace strict_strtol() with kstrtol_from_user() The usage of strict_strtol() is not preferred, because strict_strtol() is obsolete. Thus, kstrtol() should be used. Also, both kstrtol() and copy_from_user() can be replaced with kstrtol_from_user() to make the code simpler. Signed-off-by: Jingoo Han Signed-off-by: Chris Ball --- Reading git-diff-tree failed