Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 362483
b: refs/heads/master
c: 00876ae
h: refs/heads/master
i:
  362481: 9dde657
  362479: 4b9f2f0
v: v3
  • Loading branch information
Arun Easi authored and James Bottomley committed Apr 6, 2013
1 parent 29e23c4 commit 7d04e37
Show file tree
Hide file tree
Showing 3 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: e9f4f418076f7d08a73667472b5f74a02965221d
refs/heads/master: 00876ae85b47cdfe76aa08b1fffb27fd67425f53
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/qla2xxx/qla_dbg.c
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ qla2xxx_copy_atioqueues(struct qla_hw_data *ha, void *ptr,
void *ring;
} aq, *aqp;

if (!ha->tgt.atio_q_length)
if (!ha->tgt.atio_ring)
return ptr;

num_queues = 1;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/qla2xxx/qla_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -1397,7 +1397,7 @@ qla2x00_alloc_fw_dump(scsi_qla_host_t *vha)
mq_size += ha->max_rsp_queues *
(rsp->length * sizeof(response_t));
}
if (ha->tgt.atio_q_length)
if (ha->tgt.atio_ring)
mq_size += ha->tgt.atio_q_length * sizeof(request_t);
/* Allocate memory for Fibre Channel Event Buffer. */
if (!IS_QLA25XX(ha) && !IS_QLA81XX(ha) && !IS_QLA83XX(ha))
Expand Down

0 comments on commit 7d04e37

Please sign in to comment.