From: Andy Shevchenko Date: Wed, 1 Sep 2010 06:26:46 +0000 (+0300) Subject: mmc_test: change simple_strtol() to strict_strtol() X-Git-Tag: v2.6.37-rc1~65^2~54 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c25aee5364550d7fa6314886370e76cda18d7e2;p=pandora-kernel.git mmc_test: change simple_strtol() to strict_strtol() It's better to use strict_strtol() to convert user's input and strictly check it. At least it forbids to interpret wrong input as a 0 and prevents to run all tests. Signed-off-by: Andy Shevchenko Cc: Signed-off-by: Andrew Morton Signed-off-by: Chris Ball --- Reading git-diff-tree failed