Loading drivers/dma/imx-dma.c +2 −4 Original line number Diff line number Diff line Loading @@ -805,11 +805,9 @@ static void imxdma_free_chan_resources(struct dma_chan *chan) } INIT_LIST_HEAD(&imxdmac->ld_free); if (imxdmac->sg_list) { kfree(imxdmac->sg_list); imxdmac->sg_list = NULL; } } static struct dma_async_tx_descriptor *imxdma_prep_slave_sg( struct dma_chan *chan, struct scatterlist *sgl, Loading Loading
drivers/dma/imx-dma.c +2 −4 Original line number Diff line number Diff line Loading @@ -805,11 +805,9 @@ static void imxdma_free_chan_resources(struct dma_chan *chan) } INIT_LIST_HEAD(&imxdmac->ld_free); if (imxdmac->sg_list) { kfree(imxdmac->sg_list); imxdmac->sg_list = NULL; } } static struct dma_async_tx_descriptor *imxdma_prep_slave_sg( struct dma_chan *chan, struct scatterlist *sgl, Loading