iommu/dma: return error code from iommu_dma_map_sg()
authorLogan Gunthorpe <logang@deltatee.com>
Thu, 29 Jul 2021 20:15:22 +0000 (14:15 -0600)
committerChristoph Hellwig <hch@lst.de>
Mon, 9 Aug 2021 15:13:05 +0000 (17:13 +0200)
commitdabb16f67215918c48cf3ff1fc4bc36ca421da2b
treef4dea5b7c8bf224c94de32dba2c61bc4e0267ac3
parentad8f36e4b6b1c826a0daa5fda2c5839205b5aa8b
iommu/dma: return error code from iommu_dma_map_sg()

Return appropriate error codes EINVAL or ENOMEM from
iommup_dma_map_sg(). If lower level code returns ENOMEM, then we
return it, other errors are coalesced into EINVAL.

iommu_dma_map_sg_swiotlb() returns -EIO as its an unknown error
from a call that returns DMA_MAPPING_ERROR.

Signed-off-by: Logan Gunthorpe <logang@deltatee.com>
Cc: Joerg Roedel <joro@8bytes.org>
Cc: Will Deacon <will@kernel.org>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/iommu/dma-iommu.c