Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
async_tx/raid6: add missing dma_unmap calls to the async fail case
If we are unable to offload async_mult() or async_sum_product(), then unmap the buffers before falling through to the synchronous path. Signed-off-by: Dan Williams <[email protected]>
- Loading branch information