Re: [PATCH v3 18/24] hippi: Remove call to memset after pci_alloc_consistent

From: David Miller
Date: Mon Jul 15 2019 - 14:06:55 EST


From: Fuqian Huang <huangfq.daxian@xxxxxxxxx>
Date: Mon, 15 Jul 2019 11:19:21 +0800

> 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 memset is not needed.
>
> Signed-off-by: Fuqian Huang <huangfq.daxian@xxxxxxxxx>

Applied.