From 4be7085f744be070d327ed258d6ceb79b7323f6d Mon Sep 17 00:00:00 2001 From: Jingoo Han Date: Fri, 19 Jul 2013 16:02:43 +0900 Subject: [PATCH] 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-format-patch failed