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)
3180
3180
"req->req_q_in=%p req->req_q_out=%p rsp->rsp_q_in=%p rsp->rsp_q_out=%p.\n" ,
3181
3181
req -> req_q_in , req -> req_q_out , rsp -> rsp_q_in , rsp -> rsp_q_out );
3182
3182
3183
+ ha -> wq = alloc_workqueue ("qla2xxx_wq" , 0 , 0 );
3184
+
3183
3185
if (ha -> isp_ops -> initialize_adapter (base_vha )) {
3184
3186
ql_log (ql_log_fatal , base_vha , 0x00d6 ,
3185
3187
"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)
3216
3218
host -> can_queue , base_vha -> req ,
3217
3219
base_vha -> mgmt_svr_loop_id , host -> sg_tablesize );
3218
3220
3219
- ha -> wq = alloc_workqueue ("qla2xxx_wq" , 0 , 0 );
3220
-
3221
3221
if (ha -> mqenable ) {
3222
3222
bool mq = false;
3223
3223
bool startit = false;
You can’t perform that action at this time.
0 commit comments