Re: [async_tx-next PATCH 1/2] fsldma: Fix cookie issues

2010-02-25 Thread Ira W. Snyder
On Mon, Feb 22, 2010 at 11:40:31AM -0600, Steven J. Magnani wrote: > fsl_dma_tx_submit() only sets the cookie on the first descriptor of a > transaction. It should set the cookie on all. > > Signed-off-by: Steven J. Magnani > --- > diff -uprN a/drivers/dma/fsldma.c b/drivers/dma/fsldma.c > --- a/

[async_tx-next PATCH 1/2] fsldma: Fix cookie issues

2010-02-22 Thread Steven J. Magnani
fsl_dma_tx_submit() only sets the cookie on the first descriptor of a transaction. It should set the cookie on all. Signed-off-by: Steven J. Magnani --- diff -uprN a/drivers/dma/fsldma.c b/drivers/dma/fsldma.c --- a/drivers/dma/fsldma.c 2010-02-22 11:16:36.0 -0600 +++ b/drivers/dma/f