linux/drivers/net/ethernet/ibm
Tobias Klauser f54b8cd6ef ehea: Remove unnecessary memset of stats in netdev private data
The memory for netdev private data is allocated using kzalloc/vzalloc in
alloc_netdev_mqs, thus there is no need to zero the stats portion of it
again in the driver's probe function.

In any case, the size for the memset is wrong as the stats member is of
type rtnl_link_stats64, not net_device_stats.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
2016-11-30 14:26:26 -05:00
..
ehea ehea: Remove unnecessary memset of stats in netdev private data 2016-11-30 14:26:26 -05:00
emac ethernet/ibm: use core min/max MTU checking 2016-10-18 11:34:21 -04:00
ibmveth.c ethernet: fix min/max MTU typos 2016-10-27 16:18:50 -04:00
ibmveth.h ibmveth: add support for TSO6 2015-07-15 21:34:56 -07:00
ibmvnic.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2016-11-26 23:42:21 -05:00
ibmvnic.h ibmvnic: Fix releasing of sub-CRQ IRQs in interrupt context 2016-10-29 17:18:46 -04:00
Kconfig Driver for IBM System i/p VNIC protocol 2015-12-28 00:12:13 -05:00
Makefile Driver for IBM System i/p VNIC protocol 2015-12-28 00:12:13 -05:00