|
@@ -292,7 +292,7 @@ EXPORT_SYMBOL_GPL(adf_sriov_configure);
|
|
int __init adf_init_pf_wq(void)
|
|
int __init adf_init_pf_wq(void)
|
|
{
|
|
{
|
|
/* Workqueue for PF2VF responses */
|
|
/* Workqueue for PF2VF responses */
|
|
- pf2vf_resp_wq = create_workqueue("qat_pf2vf_resp_wq");
|
|
|
|
|
|
+ pf2vf_resp_wq = alloc_workqueue("qat_pf2vf_resp_wq", WQ_MEM_RECLAIM, 0);
|
|
|
|
|
|
return !pf2vf_resp_wq ? -ENOMEM : 0;
|
|
return !pf2vf_resp_wq ? -ENOMEM : 0;
|
|
}
|
|
}
|