提交 b0cce4ca 编写于 作者: J Joel Fernandes 提交者: Vinod Koul

dmaengine: edma: update DMA memcpy to use new param element

edma param struct is now within an edma_pset struct introduced in Thomas
Gleixner's edma tx status series. Update memcpy function for the same.

Cc: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: NJoel Fernandes <joelf@ti.com>
Signed-off-by: NVinod Koul <vinod.koul@intel.com>
上级 04361d88
......@@ -583,8 +583,8 @@ struct dma_async_tx_descriptor *edma_prep_dma_memcpy(
* on completion of every TR, and enable transfer-completion
* interrupt on completion of the whole transfer.
*/
edesc->pset[0].opt |= ITCCHEN;
edesc->pset[0].opt |= TCINTEN;
edesc->pset[0].param.opt |= ITCCHEN;
edesc->pset[0].param.opt |= TCINTEN;
return vchan_tx_prep(&echan->vchan, &edesc->vdesc, tx_flags);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册