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

2010-02-28 Thread Dan Williams
On Thu, Feb 25, 2010 at 12:39 PM, Steven J. Magnani wrote: > fsl_dma_update_completed_cookie() appears to calculate the last completed > cookie incorrectly in the corner case where DMA on cookie 1 is in progress > just following a cookie wrap. > > Signed-off-by: Steven J. Magnani > --- > diff -up

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

2010-02-25 Thread Steven J. Magnani
fsl_dma_update_completed_cookie() appears to calculate the last completed cookie incorrectly in the corner case where DMA on cookie 1 is in progress just following a cookie wrap. Signed-off-by: Steven J. Magnani --- diff -uprN a/drivers/dma/fsldma.c b/drivers/dma/fsldma.c --- a/drivers/dma/fsldma