commit | e4734b3f5ffc42d821a316383222d71dce7d5c9e | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Sun May 21 12:54:31 2017 +0200 |
committer | Christoph Hellwig <hch@lst.de> | Tue Jun 20 11:12:56 2017 +0200 |
tree | e446a32f8830b2a1c0749c01997b7af21a89d4c8 | |
parent | d43732ce021f4244a4c53a45d57ad0c13c30ed94 [diff] |
dmaengine: ioat: don't use DMA_ERROR_CODE DMA_ERROR_CODE is not a public API and will go away. Instead properly unwind based on the loop counter. Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: Dave Jiang <dave.jiang@intel.com> Acked-By: Vinod Koul <vinod.koul@intel.com>