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

2019-07-15 Thread David Miller
From: Fuqian Huang 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:

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

2019-07-14 Thread Fuqian Huang
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 --- Changes in v3: - Use actual commit rather than the