]> git.baikalelectronics.ru Git - kernel.git/commit
kernel/hung_task.c: convert simple_strtoul to kstrtouint
authorFabian Frederick <fabf@skynet.be>
Wed, 4 Jun 2014 23:11:26 +0000 (16:11 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 4 Jun 2014 23:54:15 +0000 (16:54 -0700)
commitbb4d74ef041015a07a649dde6f034a493bfc423b
tree7431db8c3af758f2e9bb93c9c5e966b1f78211bb
parent9fcbae592699325cf0909b5ab835236f143fafba
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 <fabf@skynet.be>
Cc: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/hung_task.c