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

Commit abebfb18 authored by Hiroshi Doyu's avatar Hiroshi Doyu Committed by Marek Szyprowski
Browse files

ARM: dma-mapping: Remove unsed var at arm_coherent_iommu_unmap_page

parent 1dc737c4
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1624,7 +1624,6 @@ static void arm_coherent_iommu_unmap_page(struct device *dev, dma_addr_t handle,
{
	struct dma_iommu_mapping *mapping = dev->archdata.mapping;
	dma_addr_t iova = handle & PAGE_MASK;
	struct page *page = phys_to_page(iommu_iova_to_phys(mapping->domain, iova));
	int offset = handle & ~PAGE_MASK;
	int len = PAGE_ALIGN(size + offset);