commit | 122da4e081be6e854625de21278f5ab6ce103ba9 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Wed Nov 21 19:18:58 2018 +0100 |
committer | Christoph Hellwig <hch@lst.de> | Thu Dec 06 06:56:38 2018 -0800 |
tree | 95660b0552c8a9c5c5836e022071ad98bab58df3 | |
parent | d11e3d3d03360cd49497c837490576f793baf746 [diff] |
mips/jazz: remove the mapping_error dma_map_ops method The Jazz iommu code already returns (~(dma_addr_t)0x0) on mapping failures, so we can switch over to returning DMA_MAPPING_ERROR and let the core dma-mapping code handle the rest. Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: Linus Torvalds <torvalds@linux-foundation.org>