Re: [PATCH 01/12] pata_arasan_cf: use dmaengine_terminate_all() API

2014-10-12 Thread Viresh Kumar
On Sat, Oct 11, 2014 at 9:10 PM, Vinod Koul wrote: > The drivers should use dmaengine_terminate_all() API instead of accessing > the device_control which will be deprecated soon > > Signed-off-by: Vinod Koul > --- > drivers/ata/pata_arasan_cf.c |5 ++--- > 1 files changed, 2 insertions(+), 3

[PATCH 01/12] pata_arasan_cf: use dmaengine_terminate_all() API

2014-10-11 Thread Vinod Koul
The drivers should use dmaengine_terminate_all() API instead of accessing the device_control which will be deprecated soon Signed-off-by: Vinod Koul --- drivers/ata/pata_arasan_cf.c |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/ata/pata_arasan_cf.c b/driver