commit | 591fcf3b301b3396d96f082298a9e8403c027d3f | [log] [tgz] |
---|---|---|
author | Nicolin Chen <nicoleotsuka@gmail.com> | Mon Jun 03 15:52:59 2019 -0700 |
committer | Christoph Hellwig <hch@lst.de> | Fri Jun 14 14:30:21 2019 +0200 |
tree | 3699361bd267f87f1da51e6a6fb20bd2e3ce14db | |
parent | 4b4b077cbd0a998aebaa72c199e06b8a4c8dcfee [diff] |
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>