]> git.karo-electronics.de Git - karo-tx-linux.git/commit
kernel/reboot.c: convert simple_strtoul to kstrtoint
authorFabian Frederick <fabf@skynet.be>
Thu, 22 May 2014 00:43:31 +0000 (10:43 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 22 May 2014 00:43:31 +0000 (10:43 +1000)
commit8bfbf64fe69dca88db0bbbb2570cfe433e00afe2
tree5f96c284902e8f971ea03c0e9b236e1959dde733
parentfec40298be5af6d098a2c9dfd4a82e712a7efccb
kernel/reboot.c: convert simple_strtoul to kstrtoint

Replace obsolete function.
kstrtoint is used as reboot_cpu is an integer.

Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
kernel/reboot.c