[PATCH] dmaengine: xilinx_vdma: Use dma_pool_zalloc
Vinod Koul
vinod.koul at intel.com
Tue Jun 7 20:35:15 PDT 2016
On Wed, Jun 08, 2016 at 12:48:38AM +0530, Amitoj Kaur Chawla wrote:
> Dma_pool_zalloc combines dma_pool_alloc and memset 0.
>
> The Coccinelle semantic patch used to make this change is as follows:
> @@
> type T;
> T *d;
> expression e;
> statement S;
> @@
>
> d =
> - dma_pool_alloc
> + dma_pool_zalloc
> (...);
> if (!d) S
> - memset(d, 0, sizeof(T));
Thanks for your patch, but I have already applied a similar patch fixing
this.
--
~Vinod
More information about the linux-arm-kernel
mailing list