Re: [PATCH] dmaengine: idxd: No need to clear memory after a dma_alloc_coherent() call
From: Fenghua Yu
Date: Tue May 30 2023 - 11:52:32 EST
On 5/28/23 07:11, Christophe JAILLET wrote:
dma_alloc_coherent() already clear the allocated memory, there is no need
to explicitly call memset().
Signed-off-by: Christophe JAILLET <christophe.jaillet@xxxxxxxxxx>
Acked-by: Fenghua Yu <fenghua.yu@xxxxxxxxx>
Thanks.
-Fenghua