commit | 1d9d8be91788416d17862ec5a30fff33281ddef6 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Tue Oct 09 16:57:20 2018 +0200 |
committer | David S. Miller <davem@davemloft.net> | Wed Oct 10 22:38:50 2018 -0700 |
tree | e4a8df6c0f0097564009d27f8d684b79f4dee589 | |
parent | 0e21b2258a0f8ab5537387b3f1a43b672ce62670 [diff] |
fore200e: check for dma mapping failures The driver was lacking any handling for failures from the DMA mapping routines. With an iommu or swiotlb this can be fatal. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: David S. Miller <davem@davemloft.net>