]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0075714dbc3c00da852fd6d761aa97987be95ecd
tree218e215219296ef1dace864cf260d3f26e7c55a6
parent266c461d45883653c6f26030489031e50a53183e
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