diff --git a/include/linux/iommu.h b/include/linux/iommu.h index 30795e2b15a5c2bfee767d634e5033930e3f9a74..3ff424d4f481cefec38d267101a75abc15970cbc 100644 --- a/include/linux/iommu.h +++ b/include/linux/iommu.h @@ -1114,7 +1114,7 @@ static inline struct iommu_sva * iommu_sva_bind_group(struct iommu_group *group, struct mm_struct *mm, void *drvdata) { - return -ENODEV; + return NULL; } #endif /* CONFIG_IOMMU_API */