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 eef9ffd commit a9e170eCopy full SHA for a9e170e
drivers/scsi/qla2xxx/qla_os.c
@@ -3175,6 +3175,8 @@ qla2x00_probe_one(struct pci_dev *pdev, const struct pci_device_id *id)
3175
host->can_queue, base_vha->req,
3176
base_vha->mgmt_svr_loop_id, host->sg_tablesize);
3177
3178
+ INIT_WORK(&base_vha->iocb_work, qla2x00_iocb_work_fn);
3179
+
3180
if (ha->mqenable) {
3181
bool mq = false;
3182
bool startit = false;
@@ -3223,7 +3225,6 @@ qla2x00_probe_one(struct pci_dev *pdev, const struct pci_device_id *id)
3223
3225
*/
3224
3226
qla2xxx_wake_dpc(base_vha);
3227
- INIT_WORK(&base_vha->iocb_work, qla2x00_iocb_work_fn);
3228
INIT_WORK(&ha->board_disable, qla2x00_disable_board_on_pci_error);
3229
3230
if (IS_QLA8031(ha) || IS_MCTP_CAPABLE(ha)) {
0 commit comments