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

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

Merge "cma: assign to correct variable in __iommu_alloc_buffer"

parents 0b30cba9 346bd8b6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1214,7 +1214,7 @@ static struct page **__iommu_alloc_buffer(struct device *dev, size_t size,
		if (!pfn)
			goto error;

		pfn = pfn_to_page(pfn);
		page = pfn_to_page(pfn);

		__dma_clear_buffer(page, size, NULL);