1. 03 9月, 2009 2 次提交
  2. 01 7月, 2009 1 次提交
    • J
      x86: Mark device_nb as static and fix NULL noise · b25ae679
      Jaswinder Singh Rajput 提交于
      This sparse warning:
      
        arch/x86/kernel/amd_iommu.c:1195:23: warning: symbol 'device_nb' was not declared. Should it be static?
      
      triggers because device_nb is global but is only used in a
      single .c file. change device_nb to static to fix that - this
      also addresses the sparse warning.
      
      This sparse warning:
      
        arch/x86/kernel/amd_iommu.c:1766:10: warning: Using plain integer as NULL pointer
      
      triggers because plain integer 0 is used in place of a NULL
      pointer. change 0 to NULL to fix that - this also address the
      sparse warning.
      Signed-off-by: NJaswinder Singh Rajput <jaswinderrajput@gmail.com>
      Cc: Joerg Roedel <joerg.roedel@amd.com>
      LKML-Reference: <1246458194.6940.20.camel@hpdv5.satnam>
      Signed-off-by: NIngo Molnar <mingo@elte.hu>
      b25ae679
  3. 15 6月, 2009 1 次提交
  4. 09 6月, 2009 3 次提交
  5. 03 6月, 2009 1 次提交
  6. 29 5月, 2009 16 次提交
  7. 28 5月, 2009 1 次提交
  8. 24 3月, 2009 1 次提交
  9. 05 3月, 2009 1 次提交
  10. 06 1月, 2009 3 次提交
  11. 03 1月, 2009 10 次提交