diff options
-rw-r--r-- | 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/serial/sh-sci.c index 3081e46085ce..eb17c7124e72 100644 --- 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) | |||
1403 | unsigned long flags; | 1403 | unsigned long flags; |
1404 | int count; | 1404 | int count; |
1405 | 1405 | ||
1406 | chan->device->device_control(chan, DMA_TERMINATE_ALL, 0); | 1406 | dmaengine_terminate_all(chan); |
1407 | dev_dbg(port->dev, "Read %zu bytes with cookie %d\n", | 1407 | dev_dbg(port->dev, "Read %zu bytes with cookie %d\n", |
1408 | sh_desc->partial, sh_desc->cookie); | 1408 | sh_desc->partial, sh_desc->cookie); |
1409 | 1409 | ||