Re: [PATCH 09/12] serial: sh-sci: use dmaengine_terminate_all() API

2014-10-11 Thread Greg Kroah-Hartman
On Sat, Oct 11, 2014 at 09:10:37PM +0530, 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 Acked-by: Greg Kroah-Hartman -- To unsubscribe from this list: send the line "

[PATCH 09/12] serial: sh-sci: 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/tty/serial/sh-sci.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/tty/serial/sh-sci.c b/drivers/tty