commit | c23cf402d0bb069310ce75bbf2758ff9c23fbe73 | [log] [tgz] |
---|---|---|
author | Christophe JAILLET <christophe.jaillet@wanadoo.fr> | Sun Aug 02 15:53:48 2020 +0200 |
committer | David S. Miller <davem@davemloft.net> | Mon Aug 03 16:01:11 2020 -0700 |
tree | d02da34a87d704b93d431533cc18df9c3a0bbae2 | |
parent | 36f28f7687a9ce665479cce5d64ce7afaa9e77ae [diff] |
net: spider_net: Remove a useless memset 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 <christophe.jaillet@wanadoo.fr> Signed-off-by: David S. Miller <davem@davemloft.net>