Re: [PATCH v3 19/24] vmxnet3: Remove call to memset after dma_alloc_coherent

2019-07-15 Thread David Miller
From: Fuqian Huang Date: Mon, 15 Jul 2019 11:21:18 +0800 > 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 Applied.

[PATCH v3 19/24] vmxnet3: Remove call to memset after dma_alloc_coherent

2019-07-14 Thread Fuqian Huang
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 merge commit in the commit message