Re: [PATCH] dmaengine/dmatest: terminate transfers only in case of errors

2012-11-09 Thread Jon Mason
On Fri, Nov 09, 2012 at 06:44:18PM +, Dan Williams wrote: > > > On 11/9/12 7:26 AM, "Viresh Kumar" wrote: > > >From: Shiraz Hashim > > > >dmatest erroneously terminated transfers in normal cases also leading to > >test failures for multiple threads over a channel. Fix this and > >terminate

Re: [PATCH] dmaengine/dmatest: terminate transfers only in case of errors

2012-11-09 Thread Dan Williams
On 11/9/12 7:26 AM, "Viresh Kumar" wrote: >From: Shiraz Hashim > >dmatest erroneously terminated transfers in normal cases also leading to >test failures for multiple threads over a channel. Fix this and >terminate transfers only in case of errors. > >Signed-off-by: Shiraz Hashim >Signed-off-

[PATCH] dmaengine/dmatest: terminate transfers only in case of errors

2012-11-09 Thread Viresh Kumar
From: Shiraz Hashim dmatest erroneously terminated transfers in normal cases also leading to test failures for multiple threads over a channel. Fix this and terminate transfers only in case of errors. Signed-off-by: Shiraz Hashim Signed-off-by: Deepak Sikri --- drivers/dma/dmatest.c | 4 +++-