Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7c003d0c authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "arm: dma-mapping: set proper bits for mapping"

parents 3ba964f8 5d4eb4a7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2372,6 +2372,7 @@ iommu_init_mapping(struct device *dev, struct dma_iommu_mapping *mapping)

	mapping->nr_bitmaps = 1;
	mapping->extensions = extensions;
	mapping->bits = BITS_PER_BYTE * bitmap_size;

	spin_lock_init(&mapping->lock);
	mapping->ops = &iommu_ops;