File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3180,6 +3180,8 @@ qla2x00_probe_one(struct pci_dev *pdev, const struct pci_device_id *id)
31803180 "req->req_q_in=%p req->req_q_out=%p rsp->rsp_q_in=%p rsp->rsp_q_out=%p.\n" ,
31813181 req -> req_q_in , req -> req_q_out , rsp -> rsp_q_in , rsp -> rsp_q_out );
31823182
3183+ ha -> wq = alloc_workqueue ("qla2xxx_wq" , 0 , 0 );
3184+
31833185 if (ha -> isp_ops -> initialize_adapter (base_vha )) {
31843186 ql_log (ql_log_fatal , base_vha , 0x00d6 ,
31853187 "Failed to initialize adapter - Adapter flags %x.\n" ,
@@ -3216,8 +3218,6 @@ qla2x00_probe_one(struct pci_dev *pdev, const struct pci_device_id *id)
32163218 host -> can_queue , base_vha -> req ,
32173219 base_vha -> mgmt_svr_loop_id , host -> sg_tablesize );
32183220
3219- ha -> wq = alloc_workqueue ("qla2xxx_wq" , 0 , 0 );
3220-
32213221 if (ha -> mqenable ) {
32223222 bool mq = false;
32233223 bool startit = false;
You can’t perform that action at this time.
0 commit comments