Re: [PATCH 2/2] net: spider_net: Remove a useless memset

2020-08-03 Thread David Miller
From: Christophe JAILLET Date: Sun, 2 Aug 2020 15:53:48 +0200 > Avoid a memset after a call to 'dma_alloc_coherent()'. > This is useless since > commit 518a2f1925c3 ("dma-mapping: zero memory returned from dma_alloc_*") > > Signed-off-by: Christophe JAILLET Applied.

[PATCH 2/2] net: spider_net: Remove a useless memset

2020-08-02 Thread Christophe JAILLET
Avoid a memset after a call to 'dma_alloc_coherent()'. This is useless since commit 518a2f1925c3 ("dma-mapping: zero memory returned from dma_alloc_*") Signed-off-by: Christophe JAILLET --- NOT compile tested, because I don't have the configuration for that ---