Re: [PATCH] qed: Use zeroing memory allocator than allocator/memset

From: David Miller
Date: Tue Jan 02 2018 - 21:56:12 EST


From: Himanshu Jha <himanshujha199640@xxxxxxxxx>
Date: Sat, 30 Dec 2017 21:07:04 +0530

> Use dma_zalloc_coherent and vzalloc for allocating zeroed
> memory and remove unnecessary memset function.
>
> Done using Coccinelle.
> Generated-by: scripts/coccinelle/api/alloc/kzalloc-simple.cocci
> 0-day tested with no failures.
>
> Suggested-by: Luis R. Rodriguez <mcgrof@xxxxxxxxxx>
> Signed-off-by: Himanshu Jha <himanshujha199640@xxxxxxxxx>

Applied.