|
@@ -606,12 +606,11 @@ static void xgene_dma_run_tx_complete_actions(struct xgene_dma_chan *chan,
|
|
return;
|
|
return;
|
|
|
|
|
|
dma_cookie_complete(tx);
|
|
dma_cookie_complete(tx);
|
|
|
|
+ dma_descriptor_unmap(tx);
|
|
|
|
|
|
/* Run the link descriptor callback function */
|
|
/* Run the link descriptor callback function */
|
|
dmaengine_desc_get_callback_invoke(tx, NULL);
|
|
dmaengine_desc_get_callback_invoke(tx, NULL);
|
|
|
|
|
|
- dma_descriptor_unmap(tx);
|
|
|
|
-
|
|
|
|
/* Run any dependencies */
|
|
/* Run any dependencies */
|
|
dma_run_dependencies(tx);
|
|
dma_run_dependencies(tx);
|
|
}
|
|
}
|