On Mon, Jun 16, 2014 at 11:32:29AM +0800, Nicolin Chen wrote: > The filter() function is currently called by xlate() while it transfers > imx_dma_data as a local variable to the filter() but releases the data > right after returning a DMA channel pointer, which results chan->private > pointing an invalid memory space. > > So this patch just stores the imx_dma_data into sdmac to make usre the > private pointer valid as long as the channel exists.
Applied, thanks -- ~Vinod -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

