linux_dsm_epyc7002/drivers/net/ethernet/marvell
stephen hemminger bc1f44709c net: make ndo_get_stats64 a void function
The network device operation for reading statistics is only called
in one place, and it ignores the return value. Having a structure
return value is potentially confusing because some future driver could
incorrectly assume that the return value was used.

Fix all drivers with ndo_get_stats64 to have a void function.

Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-01-08 17:51:44 -05:00
..
Kconfig net: mvneta: select GENERIC_ALLOCATOR 2016-12-10 17:27:53 -05:00
Makefile
mv643xx_eth.c net: mv643xx_eth: fix build failure 2016-12-17 21:47:26 -05:00
mvmdio.c
mvneta_bm.c
mvneta_bm.h
mvneta.c net: make ndo_get_stats64 a void function 2017-01-08 17:51:44 -05:00
mvpp2.c net: make ndo_get_stats64 a void function 2017-01-08 17:51:44 -05:00
pxa168_eth.c net: ethernet: marvell: pxa168_eth: Implement ethtool::nway_reset 2016-11-16 13:44:01 -05:00
skge.c
skge.h
sky2.c net: make ndo_get_stats64 a void function 2017-01-08 17:51:44 -05:00
sky2.h