1. 12 10月, 2008 1 次提交
  2. 07 9月, 2008 1 次提交
  3. 19 8月, 2008 1 次提交
    • H
      x86: early_printk.c trivial sparse fixes · 467cd052
      Harvey Harrison 提交于
      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: NHarvey Harrison <harvey.harrison@gmail.com>
      Signed-off-by: NIngo Molnar <mingo@elte.hu>
      467cd052
  4. 26 7月, 2008 37 次提交