]> git.baikalelectronics.ru Git - kernel.git/commit
x86/boot: Fix a sanity check in printf.c
authorDan Carpenter <dan.carpenter@oracle.com>
Wed, 14 Aug 2013 09:09:31 +0000 (12:09 +0300)
committerIngo Molnar <mingo@kernel.org>
Wed, 14 Aug 2013 09:48:41 +0000 (11:48 +0200)
commit49fcac30dca9d735afa4c755ed0ef1e2156609fd
tree50015df4bcd2e0a0e3ef321fe61bbc9663580326
parentcd18ab4f3ca93b38080fc85cfe09412f29abe76b
x86/boot: Fix a sanity check in printf.c

Prior to 55d3b99b02 ("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 <alexey.petrenko@oracle.com>
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/boot/printf.c