|
@@ -223,6 +223,7 @@ static struct ccp_dma_desc *ccp_handle_active_desc(struct ccp_dma_chan *chan,
|
|
desc->tx_desc.cookie, desc->status);
|
|
desc->tx_desc.cookie, desc->status);
|
|
|
|
|
|
dma_cookie_complete(tx_desc);
|
|
dma_cookie_complete(tx_desc);
|
|
|
|
+ dma_descriptor_unmap(tx_desc);
|
|
}
|
|
}
|
|
|
|
|
|
desc = __ccp_next_dma_desc(chan, desc);
|
|
desc = __ccp_next_dma_desc(chan, desc);
|