]> git.karo-electronics.de Git - karo-tx-linux.git/commit
kernel/hung_task.c: convert simple_strtoul to kstrtouint
authorFabian Frederick <fabf@skynet.be>
Thu, 22 May 2014 00:43:32 +0000 (10:43 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 22 May 2014 00:43:32 +0000 (10:43 +1000)
commited1de650efd267869426214493302767d668948d
treea79188c26d44080d4fd7bd21e97910739b49bc1a
parente94a01e20b75345d1486e7d0bdf03313f8f47d0b
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>
kernel/hung_task.c