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

Commit 9a423dbc authored by Patrick Daly's avatar Patrick Daly
Browse files

arm64: dma-mapping: Correct variable type



The argument is expected to be an int pointer type.

Change-Id: Ib10a6379dcb7cbda4fce3bfb822384f1fece35ef
Signed-off-by: default avatarPatrick Daly <pdaly@codeaurora.org>
parent e7325167
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1979,7 +1979,7 @@ bitmap_iommu_init_mapping(struct device *dev, struct dma_iommu_mapping *mapping)
{
	unsigned int bitmap_size = BITS_TO_LONGS(mapping->bits) * sizeof(long);
	int vmid = VMID_HLOS;
	bool min_iova_align = 0;
	int min_iova_align = 0;

	iommu_domain_get_attr(mapping->domain,
			DOMAIN_ATTR_MMU500_ERRATA_MIN_ALIGN,