1. 05 9月, 2005 7 次提交
  2. 28 7月, 2005 2 次提交
  3. 27 7月, 2005 3 次提交
    • L
      Fix compiler warning in qla_iocb.c · db776a14
      Linus Torvalds 提交于
      Remove bogus initialization that was re-done (correctly) later.
      db776a14
    • A
      [PATCH] qla2xxx: Kconfig dependency fix · a6fa657b
      Andrew Morton 提交于
      *** Warning: "fc_remote_port_block" [drivers/scsi/qla2xxx/qla2xxx.ko] undefined!
      *** Warning: "scsi_is_fc_rport" [drivers/scsi/qla2xxx/qla2xxx.ko] undefined!
      *** Warning: "fc_remote_port_unblock" [drivers/scsi/qla2xxx/qla2xxx.ko] undefined!
      *** Warning: "fc_remote_port_rolechg" [drivers/scsi/qla2xxx/qla2xxx.ko] undefined!
      *** Warning: "fc_release_transport" [drivers/scsi/qla2xxx/qla2xxx.ko] undefined!
      *** Warning: "fc_remove_host" [drivers/scsi/qla2xxx/qla2xxx.ko] undefined!
      *** Warning: "fc_remote_port_add" [drivers/scsi/qla2xxx/qla2xxx.ko] undefined!
      *** Warning: "fc_attach_transport" [drivers/scsi/qla2xxx/qla2xxx.ko] undefined!
      
      Cc: James Bottomley <James.Bottomley@steeleye.com>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      a6fa657b
    • A
      [PATCH] qla: remove anonymous union · 9a168bdd
      Andrew Morton 提交于
      Older gcc's dont support anonymous unions, so this driver gets hundreds of
      error.
      
      Fortunately the fix is easy...
      
      Cc: James Bottomley <James.Bottomley@steeleye.com>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      9a168bdd
  4. 14 7月, 2005 20 次提交
  5. 18 6月, 2005 4 次提交
  6. 12 6月, 2005 1 次提交
  7. 03 6月, 2005 1 次提交
  8. 21 5月, 2005 2 次提交