mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-30 16:13:54 +08:00
[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>
This commit is contained in:
parent
5b93903844
commit
3aa28e42a5
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user