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)
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>

No differences found