aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu/intel-iommu.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/iommu/intel-iommu.c')
-rw-r--r--drivers/iommu/intel-iommu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/iommu/intel-iommu.c b/drivers/iommu/intel-iommu.c
index 68d71f81dfa0..7a1c15de418a 100644
--- a/drivers/iommu/intel-iommu.c
+++ b/drivers/iommu/intel-iommu.c
@@ -5042,12 +5042,12 @@ struct intel_iommu *intel_svm_device_to_iommu(struct device *dev)
iommu = device_to_iommu(dev, &bus, &devfn);
if ((!iommu)) {
- dev_dbg(dev, "No IOMMU for device; cannot enable SVM\n");
+ dev_err(dev, "No IOMMU for device; cannot enable SVM\n");
return NULL;
}
if (!iommu->pasid_table) {
- dev_dbg(dev, "PASID not enabled on IOMMU; cannot enable SVM\n");
+ dev_err(dev, "PASID not enabled on IOMMU; cannot enable SVM\n");
return NULL;
}