commit | 0255200bd29afc320c6ea4c1adf8bdc13a9b3c15 | [log] [tgz] |
---|---|---|
author | Alexandru Ardelean <alexandru.ardelean@analog.com> | Mon Oct 29 12:08:08 2018 +0200 |
committer | Vinod Koul <vkoul@kernel.org> | Sat Nov 24 19:16:46 2018 +0530 |
tree | 8d1fa236e495028d2b1ce7219847fc97f48840ce | |
parent | 651022382c7f8da46cb4872a545ee1da6d097d2a [diff] |
dmaengine: dmatest: unmap data on a single code-path when xfer done After the DMA transfer is done, we don't need to call the un-mapping code in 3 places. One is enough. Signed-off-by: Alexandru Ardelean <alexandru.ardelean@analog.com> Signed-off-by: Vinod Koul <vkoul@kernel.org>