[PATCH v7 04/15] DMA: PL330: Add DMA_CYCLIC capability
Jassi Brar
jassisinghbrar at gmail.com
Fri Aug 26 11:25:56 EDT 2011
On Thu, Aug 25, 2011 at 7:43 AM, Boojin Kim <boojin.kim at samsung.com> wrote:
> static void pl330_issue_pending(struct dma_chan *chan)
> {
> - pl330_tasklet((unsigned long) to_pchan(chan));
> + struct dma_pl330_chan *pch = to_pchan(chan);
> +
> + pl330_tasklet((unsigned long) pch);
> }
This is a useless churn since v6.
Please fix this and add
Acked-by: Jassi Brar <jassisinghbrar at gmail.com>
More information about the linux-arm-kernel
mailing list