]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
x86: early_printk.c trivial sparse fixes
authorHarvey Harrison <harvey.harrison@gmail.com>
Mon, 18 Aug 2008 23:56:29 +0000 (16:56 -0700)
committerIngo Molnar <mingo@elte.hu>
Tue, 19 Aug 2008 00:14:29 +0000 (02:14 +0200)
commit467cd0529a480c9c25f06154b788d1d1ba77828a
tree8a6170afd2130adb7aa0254cefd70a7e5e5b83b9
parent9749986a878e91182ff027ff0010ab8e3211031a
x86: early_printk.c trivial sparse fixes

arch/x86/kernel/early_printk.c:404:13: warning: incorrect type in assignment (different base types)
arch/x86/kernel/early_printk.c:404:13:    expected restricted __le16 [assigned] [usertype] wValue
arch/x86/kernel/early_printk.c:404:13:    got int [signed] value
arch/x86/kernel/early_printk.c:405:13: warning: incorrect type in assignment (different base types)
arch/x86/kernel/early_printk.c:405:13:    expected restricted __le16 [assigned] [usertype] wIndex
arch/x86/kernel/early_printk.c:405:13:    got int [signed] index
arch/x86/kernel/early_printk.c:406:14: warning: incorrect type in assignment (different base types)
arch/x86/kernel/early_printk.c:406:14:    expected restricted __le16 [assigned] [usertype] wLength
arch/x86/kernel/early_printk.c:406:14:    got int [signed] size
arch/x86/kernel/early_printk.c:845:16: warning: Using plain integer as NULL pointer
arch/x86/kernel/early_printk.c:992:13: warning: symbol 'enable_debug_console' was not declared. Should it be static?

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/early_printk.c