Fuqian Huang 3a5ee3b301 ethernet: remove redundant memset
kvzalloc already zeroes the memory during the allocation.
pci_alloc_consistent calls dma_alloc_coherent directly.
In commit 518a2f1925c3
("dma-mapping: zero memory returned from dma_alloc_*"),
dma_alloc_coherent has already zeroed the memory.
So the memset after these function is not needed.

Signed-off-by: Fuqian Huang <huangfq.daxian@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2019-07-15 11:06:27 -07:00
..
2019-07-09 10:59:26 -07:00
2019-07-08 11:00:02 +02:00
2019-07-12 16:03:16 -07:00
2019-07-12 15:13:55 -07:00
2019-07-09 08:59:39 -07:00
2019-07-13 16:08:36 -07:00
2019-07-11 18:11:21 -07:00
2019-07-11 15:14:01 -07:00
2019-07-13 16:08:36 -07:00
2019-07-11 18:11:21 -07:00
2019-07-15 11:06:27 -07:00
2019-07-11 15:17:41 -07:00
2019-07-08 09:54:55 -07:00
2019-07-01 15:04:59 +02:00
2019-07-11 18:45:29 -07:00
2019-07-09 08:57:45 -07:00
2019-07-11 15:40:06 -07:00
2019-07-05 08:15:08 +02:00
2019-07-11 15:14:01 -07:00
2019-07-13 16:08:36 -07:00
2019-07-12 15:13:55 -07:00
2019-07-12 15:13:55 -07:00