Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 195701
b: refs/heads/master
c: 1516ef4
h: refs/heads/master
i:
  195699: 0f1428a
v: v3
  • Loading branch information
Mike Waychison authored and James Bottomley committed May 16, 2010
1 parent f30f01d commit ee40134
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: bad750028917a7b804623701d0674e46c6012c18
refs/heads/master: 1516ef44835417f55645cdd9ccf203551ca6e8c0
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 @@ -3150,7 +3150,7 @@ qla2x00_find_all_fabric_devs(scsi_qla_host_t *vha,
sw_info_t *swl;
int swl_idx;
int first_dev, last_dev;
port_id_t wrap, nxt_d_id;
port_id_t wrap = {}, nxt_d_id;
struct qla_hw_data *ha = vha->hw;
struct scsi_qla_host *vp, *base_vha = pci_get_drvdata(ha->pdev);
struct scsi_qla_host *tvp;
Expand Down Expand Up @@ -3453,7 +3453,7 @@ qla2x00_device_resync(scsi_qla_host_t *vha)
uint32_t rscn_entry;
uint8_t rscn_out_iter;
uint8_t format;
port_id_t d_id;
port_id_t d_id = {};

rval = QLA_RSCNS_HANDLED;

Expand Down

0 comments on commit ee40134

Please sign in to comment.