Loading drivers/dma/pl330.c +0 −4 Original line number Diff line number Diff line Loading @@ -2752,7 +2752,6 @@ static struct dma_async_tx_descriptor *pl330_prep_dma_cyclic( return NULL; pch->cyclic = true; desc->txd.flags = flags; return &desc->txd; } Loading Loading @@ -2804,8 +2803,6 @@ pl330_prep_dma_memcpy(struct dma_chan *chan, dma_addr_t dst, desc->bytes_requested = len; desc->txd.flags = flags; return &desc->txd; } Loading Loading @@ -2889,7 +2886,6 @@ pl330_prep_slave_sg(struct dma_chan *chan, struct scatterlist *sgl, } /* Return the last desc in the chain */ desc->txd.flags = flg; return &desc->txd; } Loading Loading
drivers/dma/pl330.c +0 −4 Original line number Diff line number Diff line Loading @@ -2752,7 +2752,6 @@ static struct dma_async_tx_descriptor *pl330_prep_dma_cyclic( return NULL; pch->cyclic = true; desc->txd.flags = flags; return &desc->txd; } Loading Loading @@ -2804,8 +2803,6 @@ pl330_prep_dma_memcpy(struct dma_chan *chan, dma_addr_t dst, desc->bytes_requested = len; desc->txd.flags = flags; return &desc->txd; } Loading Loading @@ -2889,7 +2886,6 @@ pl330_prep_slave_sg(struct dma_chan *chan, struct scatterlist *sgl, } /* Return the last desc in the chain */ desc->txd.flags = flg; return &desc->txd; } Loading