From: Aristeu Rozanski Date: Thu, 25 Oct 2012 20:37:41 +0000 (-0700) Subject: device_cgroup: stop using simple_strtoul() X-Git-Tag: v3.7-rc3~24^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26fd8405dd470cb8b54cb96859b7dd437e5e1391;p=pandora-kernel.git device_cgroup: stop using simple_strtoul() Convert the code to use kstrtou32() instead of simple_strtoul() which is deprecated. The real size of the variables are u32, so use kstrtou32 instead of kstrtoul Signed-off-by: Aristeu Rozanski Cc: Dave Jones Cc: Tejun Heo Cc: Li Zefan Cc: James Morris Cc: Pavel Emelyanov Acked-by: Serge Hallyn Cc: Jiri Slaby Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed