Re: [PATCH 5/7] serial: imx: umap sg buffers when DMA channel is released

2017-07-03 Thread Uwe Kleine-König
$Subject ~= s/umap/unmap/ On Fri, Jun 30, 2017 at 02:04:44PM +0200, Romain Perier wrote: > From: Nandor Han > > This commits unmaps sg buffers when the DMA channel is released > > Signed-off-by: Nandor Han > Signed-off-by: Romain Perier > --- > drivers/tty/serial/imx.c | 12 > 1

[PATCH 5/7] serial: imx: umap sg buffers when DMA channel is released

2017-06-30 Thread Romain Perier
From: Nandor Han This commits unmaps sg buffers when the DMA channel is released Signed-off-by: Nandor Han Signed-off-by: Romain Perier --- drivers/tty/serial/imx.c | 12 1 file changed, 12 insertions(+) diff --git a/drivers/tty/serial/imx.c b/drivers/tty/serial/imx.c index e8cf