We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb479e4 commit 981694eCopy full SHA for 981694e
drivers/scsi/qla2xxx/qla_os.c
@@ -3070,6 +3070,8 @@ qla2x00_probe_one(struct pci_dev *pdev, const struct pci_device_id *id)
3070
host->max_cmd_len, host->max_channel, host->max_lun,
3071
host->transportt, sht->vendor_id);
3072
3073
+ INIT_WORK(&base_vha->iocb_work, qla2x00_iocb_work_fn);
3074
+
3075
/* Set up the irqs */
3076
ret = qla2x00_request_irqs(ha, rsp);
3077
if (ret)
@@ -3192,8 +3194,6 @@ qla2x00_probe_one(struct pci_dev *pdev, const struct pci_device_id *id)
3192
3194
host->can_queue, base_vha->req,
3193
3195
base_vha->mgmt_svr_loop_id, host->sg_tablesize);
3196
- INIT_WORK(&base_vha->iocb_work, qla2x00_iocb_work_fn);
-
3197
if (ha->mqenable) {
3198
bool mq = false;
3199
bool startit = false;
0 commit comments