diff options
| author | Andrew Vasquez <andrew.vasquez@qlogic.com> | 2009-03-05 14:07:04 -0500 |
|---|---|---|
| committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2009-03-10 10:27:55 -0400 |
| commit | ca42f2b5f58702e5751e1423bd2f7987b0760eab (patch) | |
| tree | d9d6e09db3dd492522779d1f7bac185336b66c17 | |
| parent | c6b2fca8205dc33e3bb444835769e4ea4c6bc58d (diff) | |
[SCSI] qla2xxx: Correct overwrite of pre-assigned init-control-block structure size.
The value is already pre-assigned prior to the qla2x00_mem_alloc().
Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
| -rw-r--r-- | drivers/scsi/qla2xxx/qla_os.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/scsi/qla2xxx/qla_os.c b/drivers/scsi/qla2xxx/qla_os.c index 16c34760b95d..3ddfa889e949 100644 --- a/drivers/scsi/qla2xxx/qla_os.c +++ b/drivers/scsi/qla2xxx/qla_os.c | |||
| @@ -2222,10 +2222,6 @@ qla2x00_mem_alloc(struct qla_hw_data *ha, uint16_t req_len, uint16_t rsp_len, | |||
| 2222 | { | 2222 | { |
| 2223 | char name[16]; | 2223 | char name[16]; |
| 2224 | 2224 | ||
| 2225 | ha->init_cb_size = sizeof(init_cb_t); | ||
| 2226 | if (IS_QLA2XXX_MIDTYPE(ha)) | ||
| 2227 | ha->init_cb_size = sizeof(struct mid_init_cb_24xx); | ||
| 2228 | |||
| 2229 | ha->init_cb = dma_alloc_coherent(&ha->pdev->dev, ha->init_cb_size, | 2225 | ha->init_cb = dma_alloc_coherent(&ha->pdev->dev, ha->init_cb_size, |
| 2230 | &ha->init_cb_dma, GFP_KERNEL); | 2226 | &ha->init_cb_dma, GFP_KERNEL); |
| 2231 | if (!ha->init_cb) | 2227 | if (!ha->init_cb) |
