Browse Source

[SCSI] qla2xxx: Remove spurious taking of ha->vport_slock spinlock.

Signed-off-by: Chad Dupuis <chad.dupuis@qlogic.com>
Signed-off-by: Saurav Kashyap <saurav.kashyap@qlogic.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Chad Dupuis 12 years ago
parent
commit
3aa28e42a5
1 changed files with 0 additions and 4 deletions
  1. 0 4
      drivers/scsi/qla2xxx/qla_init.c

+ 0 - 4
drivers/scsi/qla2xxx/qla_init.c

@@ -1888,10 +1888,6 @@ qla2x00_init_rings(scsi_qla_host_t *vha)
 		qla2x00_init_response_q_entries(rsp);
 	}
 
-	spin_lock(&ha->vport_slock);
-
-	spin_unlock(&ha->vport_slock);
-
 	ha->tgt.atio_ring_ptr = ha->tgt.atio_ring;
 	ha->tgt.atio_ring_index = 0;
 	/* Initialize ATIO queue entries */