From: Dan Carpenter Date: Wed, 14 Aug 2013 09:09:31 +0000 (+0300) Subject: x86/boot: Fix a sanity check in printf.c X-Git-Tag: v3.12-rc1~162^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b8fafcac6242bf914334d3ae9dbe921ad8d4634;p=pandora-kernel.git x86/boot: Fix a sanity check in printf.c Prior to 9b706aee7d ("x86: trivial printk optimizations") this was 36 because it had 26 characters and 10 digits but now it's just 16 hex digits so the sanity check needs updated. This function is always called with a valid "base" so it doesn't make a difference to how the kernel works, it's just a cleanup. Reported-by: Alexey Petrenko Signed-off-by: Dan Carpenter Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed