From: David Rientjes Date: Tue, 8 Apr 2014 23:04:13 +0000 (-0700) Subject: arch/x86/mm/kmemcheck/kmemcheck.c: use kstrtoint() instead of sscanf() X-Git-Tag: v3.15-rc1~46^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0057ca4c1fe73c05a9e077cc7691217370b3283;p=pandora-kernel.git arch/x86/mm/kmemcheck/kmemcheck.c: use kstrtoint() instead of sscanf() Kmemcheck should use the preferred interface for parsing command line arguments, kstrto*(), rather than sscanf() itself. Use it appropriately. Signed-off-by: David Rientjes Cc: Vegard Nossum Acked-by: Pekka Enberg Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed