projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
843d349
)
serial: sh-sci: use dmaengine_terminate_all() API
author
Vinod Koul
<vinod.koul@intel.com>
Sat, 11 Oct 2014 15:40:37 +0000
(21:10 +0530)
committer
Vinod Koul
<vinod.koul@intel.com>
Wed, 15 Oct 2014 16:01:00 +0000
(21:31 +0530)
The drivers should use dmaengine_terminate_all() API instead of
accessing the device_control which will be deprecated soon
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/tty/serial/sh-sci.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/tty/serial/sh-sci.c
b/drivers/tty/serial/sh-sci.c
index 3081e46085ce4b5b6de5cdcbdff87bc06600009d..eb17c7124e72e678f8ac447a9b001abe156cb993 100644
(file)
--- a/
drivers/tty/serial/sh-sci.c
+++ b/
drivers/tty/serial/sh-sci.c
@@
-1403,7
+1403,7
@@
static void work_fn_rx(struct work_struct *work)
unsigned long flags;
int count;
-
chan->device->device_control(chan, DMA_TERMINATE_ALL, 0
);
+
dmaengine_terminate_all(chan
);
dev_dbg(port->dev, "Read %zu bytes with cookie %d\n",
sh_desc->partial, sh_desc->cookie);