commit | 721dab2b56535b06f9d5756cf27d875623cb5a60 | [log] [tgz] |
---|---|---|
author | Christophe JAILLET <christophe.jaillet@wanadoo.fr> | Thu Jul 16 22:52:42 2020 +0200 |
committer | David S. Miller <davem@davemloft.net> | Fri Jul 17 12:57:59 2020 -0700 |
tree | b8ab396092fd6adcefe27b0d8bd4d6f74c68c34a | |
parent | f4079e5d72ff973a8c2937e7aa9fc463dc6bcaa2 [diff] |
net: alteon: Avoid some 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_*") Replace a kmalloc+memset with a corresponding kzalloc. Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr> Signed-off-by: David S. Miller <davem@davemloft.net>