Re: [PATCH v3 17/24] ethernet: remove redundant memset
From: David Miller
Date: Mon Jul 15 2019 - 14:06:49 EST
From: Fuqian Huang <huangfq.daxian@xxxxxxxxx>
Date: Mon, 15 Jul 2019 11:19:11 +0800
> kvzalloc already zeroes the memory during the allocation.
> pci_alloc_consistent calls dma_alloc_coherent directly.
> In commit 518a2f1925c3
> ("dma-mapping: zero memory returned from dma_alloc_*"),
> dma_alloc_coherent has already zeroed the memory.
> So the memset after these function is not needed.
>
> Signed-off-by: Fuqian Huang <huangfq.daxian@xxxxxxxxx>
Applied.