Skip to content

Commit

Permalink
Removed a diagnostic leftover
Browse files Browse the repository at this point in the history
Signed-off-by: Yaroslav Rosomakho <[email protected]>
  • Loading branch information
yaroslavros committed Aug 12, 2019
2 parents d1e0a4c + bb25295 commit 6e7a2b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/arm64/mm/dma-mapping.c
Original file line number Diff line number Diff line change
Expand Up @@ -938,7 +938,6 @@ static void __iommu_setup_dma_ops(struct device *dev, u64 dma_base, u64 size,
void arch_setup_dma_ops(struct device *dev, u64 dma_base, u64 size,
const struct iommu_ops *iommu, bool coherent)
{
dev_err(dev,"DMA MASK %llx",dev->dma_mask);
if (!dev->dma_ops)
dev->dma_ops = &arm64_swiotlb_dma_ops;

Expand Down

0 comments on commit 6e7a2b8

Please sign in to comment.