On Thu, Aug 25, 2011 at 7:43 AM, Boojin Kim <boojin.kim@xxxxxxxxxxx> 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@xxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html