OSDN Git Service

x86: fix integer as NULL pointer warning
authorHarvey Harrison <harvey.harrison@gmail.com>
Thu, 22 May 2008 22:45:06 +0000 (15:45 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 23 May 2008 15:11:06 +0000 (08:11 -0700)
commit7fafd91d85181e946207bed18c44addc47e36c63
tree9518d774be033e3a0353ff6790b6010532e8a18a
parent75d3bce2fc0a80f435fe12f2c9ed2632c8ac29e4
x86: fix integer as NULL pointer warning

arch/x86/boot/printf.c:59:10: warning: Using plain integer as NULL pointer

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/x86/boot/printf.c