Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 221479
b: refs/heads/master
c: 542bce1
h: refs/heads/master
i:
  221477: e85d24c
  221475: 0e5c213
  221471: 00e1713
v: v3
  • Loading branch information
Dan Carpenter authored and James Bottomley committed Oct 25, 2010
1 parent 51de978 commit c0f0be1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b8479178901557dc323a69ee254c1c732e85e0e5
refs/heads/master: 542bce1f255673816e82eaebb422ead5ad3f5a17
4 changes: 2 additions & 2 deletions trunk/drivers/scsi/qla2xxx/qla_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -1818,14 +1818,14 @@ qla2x00_init_rings(scsi_qla_host_t *vha)
qla2x00_init_response_q_entries(rsp);
}

spin_lock_irqsave(&ha->vport_slock, flags);
spin_lock(&ha->vport_slock);
/* Clear RSCN queue. */
list_for_each_entry(vp, &ha->vp_list, list) {
vp->rscn_in_ptr = 0;
vp->rscn_out_ptr = 0;
}

spin_unlock_irqrestore(&ha->vport_slock, flags);
spin_unlock(&ha->vport_slock);

ha->isp_ops->config_rings(vha);

Expand Down

0 comments on commit c0f0be1

Please sign in to comment.