dmaengine: bcm2835-dma: Convert to use DMA pool
f9317829 dmaengine: bcm2835-dma: Fix memory leak when stopping a running transfer Fixed the memleak, but introduced another issue: the terminate_all callback might be called with interrupts disabled and the dma_free_coherent() is not allowed to be called when IRQs are disabled. Convert the driver to use dma_pool_* for managing the list of control blocks for the transfer. Fixes: f9317829 ("dmaengine: bcm2835-dma: Fix memory leak when stopping a running transfer") Signed-off-by: NPeter Ujfalusi <peter.ujfalusi@ti.com> Tested-by: NMatthias Reichl <hias@horus.com> Signed-off-by: NVinod Koul <vinod.koul@intel.com>
Showing
想要评论请 注册 或 登录