[PATCH 17/18] iommu/vt-d: Remove duplicated check in intel_svm_bind_mm()
Lu Baolu
baolu.lu at linux.intel.com
Sat May 16 06:21:00 UTC 2020
The info and info->pasid_support have already been checked in previous
intel_iommu_enable_pasid() call. No need to check again.
Signed-off-by: Lu Baolu <baolu.lu at linux.intel.com>
---
drivers/iommu/intel-svm.c | 5 -----
1 file changed, 5 deletions(-)
diff --git a/drivers/iommu/intel-svm.c b/drivers/iommu/intel-svm.c
index 42f916b9667e..11366dc91971 100644
--- a/drivers/iommu/intel-svm.c
+++ b/drivers/iommu/intel-svm.c
@@ -501,11 +501,6 @@ intel_svm_bind_mm(struct device *dev, int flags, struct svm_dev_ops *ops,
}
info = get_domain_info(dev);
- if (!info || !info->pasid_supported) {
- kfree(sdev);
- goto out;
- }
-
sdev->did = FLPT_DEFAULT_DID;
sdev->sid = PCI_DEVID(info->bus, info->devfn);
if (info->ats_enabled) {
--
2.17.1
More information about the iommu
mailing list