Re: [PATCH] dmaengine: at_xdmac: fix false condition for memset_sg transfers

2015-12-05 Thread Vinod Koul
On Tue, Nov 24, 2015 at 10:51:09AM +0100, Ludovic Desroches wrote: > The code was not in agreement with the comments. Applied, thanks -- ~Vinod -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at

[PATCH] dmaengine: at_xdmac: fix false condition for memset_sg transfers

2015-11-24 Thread Ludovic Desroches
The code was not in agreement with the comments. Signed-off-by: Ludovic Desroches Cc: sta...@vger.kernel.org # 4.3 and later --- drivers/dma/at_xdmac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/dma/at_xdmac.c b/drivers/dma/at_xdmac.c index 7f039de..3b68471 10064