From: Vladimir Murzin Date: Tue, 8 Sep 2015 22:00:16 +0000 (-0700) Subject: memtest: use kstrtouint instead of simple_strtoul X-Git-Tag: omap-for-v4.3/fixes-rc1~54^2~100 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06f805965fc205e27681eee99fd2376fafd8da65;p=pandora-kernel.git memtest: use kstrtouint instead of simple_strtoul Since simple_strtoul is obsolete and memtest_pattern is type of int, use kstrtouint instead. Signed-off-by: Vladimir Murzin Cc: Leon Romanovsky Acked-by: David Rientjes Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed