]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/crypto/qat/qat_common/adf_sriov.c
Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-block
[karo-tx-linux.git] / drivers / crypto / qat / qat_common / adf_sriov.c
index 4a526e2f1d7ff926fe57ea3f3ff36a02bd952de3..9320ae1d005bbd96cbc8a5c4f777fb5c41b5dae3 100644 (file)
@@ -292,7 +292,7 @@ EXPORT_SYMBOL_GPL(adf_sriov_configure);
 int __init adf_init_pf_wq(void)
 {
        /* 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;
 }