x86/early_printk: Replace obsolete simple_strtoul() usage with kstrtoint()
authorShuah Khan <shuahkhan@gmail.com>
Thu, 31 May 2012 00:40:03 +0000 (18:40 -0600)
committerIngo Molnar <mingo@kernel.org>
Wed, 6 Jun 2012 09:44:22 +0000 (11:44 +0200)
commitfbd24153c48b8425b09c161a020483cd77da870e
tree218e215219296ef1dace864cf260d3f26e7c55a6
parentf841d792e38f75f5e25b0b66f7b5d235d180a735
x86/early_printk: Replace obsolete simple_strtoul() usage with kstrtoint()

Change early_serial_init() to call kstrtoul() instead of calling
obsoleted simple_strtoul().

Signed-off-by: Shuah Khan <shuahkhan@gmail.com>
Cc: Joe Perches <joe@perches.com>
Link: http://lkml.kernel.org/r/1338424803.3569.5.camel@lorien2
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/kernel/early_printk.c