Loading drivers/iommu/arm-smmu.c +2 −2 Original line number Diff line number Diff line Loading @@ -2019,9 +2019,9 @@ static struct iommu_domain *arm_smmu_domain_alloc(unsigned type) { struct arm_smmu_domain *smmu_domain; /* Do not support DOMAIN_DMA for now */ if (type != IOMMU_DOMAIN_UNMANAGED && type != IOMMU_DOMAIN_IDENTITY) type != IOMMU_DOMAIN_IDENTITY && type != IOMMU_DOMAIN_DMA) return NULL; /* * Allocate the domain and initialise some of its data structures. Loading Loading
drivers/iommu/arm-smmu.c +2 −2 Original line number Diff line number Diff line Loading @@ -2019,9 +2019,9 @@ static struct iommu_domain *arm_smmu_domain_alloc(unsigned type) { struct arm_smmu_domain *smmu_domain; /* Do not support DOMAIN_DMA for now */ if (type != IOMMU_DOMAIN_UNMANAGED && type != IOMMU_DOMAIN_IDENTITY) type != IOMMU_DOMAIN_IDENTITY && type != IOMMU_DOMAIN_DMA) return NULL; /* * Allocate the domain and initialise some of its data structures. Loading