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)
commit082d0d1fd356707b2f8d1b01d63f12b342132ede
tree218e215219296ef1dace864cf260d3f26e7c55a6
parent4d8d418a99d1d79235986efc5bbc27015b7647bc
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