Re: [PATCH] dmaengine: zxdma: fix memset that is currently doing nothing

2015-10-09 Thread Vinod Koul
On Thu, Oct 08, 2015 at 06:01:34PM +0100, Colin King wrote: > From: Colin Ian King > > The size and value arguments are swapped in the call to memset > effectively making it a no-op because of the zero size. Swap > these arguments around to do the memset correctly. Sorry you are late! You shoul

[PATCH] dmaengine: zxdma: fix memset that is currently doing nothing

2015-10-08 Thread Colin King
From: Colin Ian King The size and value arguments are swapped in the call to memset effectively making it a no-op because of the zero size. Swap these arguments around to do the memset correctly. Signed-off-by: Colin Ian King --- drivers/dma/zx296702_dma.c | 2 +- 1 file changed, 1 insertion(