From: Fabian Frederick Date: Wed, 4 Jun 2014 23:11:26 +0000 (-0700) Subject: kernel/hung_task.c: convert simple_strtoul to kstrtouint X-Git-Tag: omap-for-v3.16/fixes-against-rc1~56^2~16^2~55 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b51dbec68c8732caac2495f558659556523e8322;p=pandora-kernel.git kernel/hung_task.c: convert simple_strtoul to kstrtouint sysctl_hung_task_panic has been changed to unsigned int. use kstrtouint instead of obsolete simple_strtoul Signed-off-by: Fabian Frederick Cc: Ingo Molnar Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed