From: Shuah Khan Date: Thu, 31 May 2012 00:40:03 +0000 (-0600) Subject: x86/early_printk: Replace obsolete simple_strtoul() usage with kstrtoint() X-Git-Tag: v3.6-rc1~91^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fbd24153c48b8425b09c161a020483cd77da870e;p=pandora-kernel.git 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 Cc: Joe Perches Link: http://lkml.kernel.org/r/1338424803.3569.5.camel@lorien2 Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed