]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/crypto/qat/qat_common/adf_sriov.c
Merge remote-tracking branch 'mips/mips-for-linux-next'
[karo-tx-linux.git] / drivers / crypto / qat / qat_common / adf_sriov.c
index 2f77a4a8cecb1b4488947a7591e4ca49bd60d036..1117a8b58280a084396f696e77f14b9899386981 100644 (file)
@@ -244,11 +244,8 @@ int adf_sriov_configure(struct pci_dev *pdev, int numvfs)
                return -EFAULT;
        }
 
-       if (!iommu_present(&pci_bus_type)) {
-               dev_err(&pdev->dev,
-                       "IOMMU must be enabled for SR-IOV to work\n");
-               return -EINVAL;
-       }
+       if (!iommu_present(&pci_bus_type))
+               dev_warn(&pdev->dev, "IOMMU should be enabled for SR-IOV to work correctly\n");
 
        if (accel_dev->pf.vf_info) {
                dev_info(&pdev->dev, "Already enabled for this device\n");