Loading arch/arm/mm/dma-mapping.c +1 −1 Original line number Diff line number Diff line Loading @@ -2610,7 +2610,7 @@ static bool arm_setup_iommu_dma_ops(struct device *dev, u64 dma_base, u64 size, } if (__arm_iommu_attach_device(dev, mapping)) { pr_warn("Failed to attached device %s to IOMMU_mapping\n", pr_debug("Failed to attached device %s to IOMMU_mapping\n", dev_name(dev)); arm_iommu_release_mapping(mapping); return false; Loading Loading
arch/arm/mm/dma-mapping.c +1 −1 Original line number Diff line number Diff line Loading @@ -2610,7 +2610,7 @@ static bool arm_setup_iommu_dma_ops(struct device *dev, u64 dma_base, u64 size, } if (__arm_iommu_attach_device(dev, mapping)) { pr_warn("Failed to attached device %s to IOMMU_mapping\n", pr_debug("Failed to attached device %s to IOMMU_mapping\n", dev_name(dev)); arm_iommu_release_mapping(mapping); return false; Loading