commit | 616feab753972b9751308f3cd2a68fc57eae8edb | [log] [tgz] |
---|---|---|
author | Fabian Frederick <fabf@skynet.be> | Wed Jun 04 16:11:25 2014 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Jun 04 16:54:15 2014 -0700 |
tree | 582eb03b5a22639a2776facf17e8c72f3d48dc22 | |
parent | 6c5a53c67057bddf7f8e26c93a8e045215f61539 [diff] |
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> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>