]> git.baikalelectronics.ru Git - kernel.git/commit
iommu/dma: Apply dma_{alloc,free}_contiguous functions
authorNicolin Chen <nicoleotsuka@gmail.com>
Mon, 3 Jun 2019 22:52:59 +0000 (15:52 -0700)
committerChristoph Hellwig <hch@lst.de>
Fri, 14 Jun 2019 12:30:21 +0000 (14:30 +0200)
commit5481fa6d8c74649b53211b7362fd019b804e5b11
tree3699361bd267f87f1da51e6a6fb20bd2e3ce14db
parent3988a010c0aa099ddb02756dfd9e98659b579ca1
iommu/dma: Apply dma_{alloc,free}_contiguous functions

This patch replaces dma_{alloc,release}_from_contiguous() with
dma_{alloc,free}_contiguous() to simplify those function calls.

Signed-off-by: Nicolin Chen <nicoleotsuka@gmail.com>
Acked-by: Robin Murphy <robin.murphy@arm.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/iommu/dma-iommu.c