From: Ingo Molnar Date: Fri, 22 Jun 2012 14:25:19 +0000 (+0200) Subject: Revert "x86/early_printk: Replace obsolete simple_strtoul() usage with kstrtoint()" X-Git-Tag: v3.6-rc1~162^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36d93d88a5396baa135f8bcde7b8501dfe3b8e53;p=pandora-kernel.git Revert "x86/early_printk: Replace obsolete simple_strtoul() usage with kstrtoint()" This reverts commit fbd24153c48b8425b09c161a020483cd77da870e. This commit is subtly buggy: kstrto*int() can return an error but it's not checked in every path. simple_strtoul() on the other hand could not fail, so this patch subtly intruduces new failure modes. Signed-off-by: Shuah Khan Link: http://lkml.kernel.org/r/1338424803.3569.5.camel@lorien2 Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed