]> git.proxmox.com Git - mirror_ubuntu-eoan-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)
commit591fcf3b301b3396d96f082298a9e8403c027d3f
tree3699361bd267f87f1da51e6a6fb20bd2e3ce14db
parent4b4b077cbd0a998aebaa72c199e06b8a4c8dcfee
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