x86: fix setup printk format warning
authorRandy Dunlap <randy.dunlap@oracle.com>
Fri, 2 May 2008 20:32:35 +0000 (13:32 -0700)
committerIngo Molnar <mingo@elte.hu>
Sun, 4 May 2008 18:04:46 +0000 (20:04 +0200)
Fix x86 setup printk format warming:

next-20080430/arch/x86/kernel/setup.c:172: warning: format '%lu' expects type 'long unsigned int', but argument 2 has type 'ssize_t'

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Cc: mingo@elte.hu
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found