Re: [PATCH v2 2/4] dmaengine: vdma: Use dma_pool_zalloc

2016-06-06 Thread Vinod Koul
On Wed, May 18, 2016 at 01:17:31PM +0530, Kedareswara rao Appana wrote: > dma_pool_zalloc combines dma_pool_alloc and memset 0 > this patch updates the driver to use dma_pool_zalloc. Applied, thanks -- ~Vinod

[PATCH v2 2/4] dmaengine: vdma: Use dma_pool_zalloc

2016-05-18 Thread Kedareswara rao Appana
dma_pool_zalloc combines dma_pool_alloc and memset 0 this patch updates the driver to use dma_pool_zalloc. Signed-off-by: Kedareswara rao Appana --- Changes for v2: --> New patch. drivers/dma/xilinx/xilinx_vdma.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/