linux/drivers/net/ethernet/qualcomm/emac
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
..
emac-mac.c net: qcom/emac: enable flow control if requested 2016-11-09 18:45:24 -05:00
emac-mac.h
emac-phy.c net: qcom/emac: fix of_node and phydev leaks 2016-11-27 20:01:15 -05:00
emac-phy.h
emac-sgmii-fsm9900.c net: qcom/emac: move phy init code to separate files 2016-12-09 22:11:02 -05:00
emac-sgmii-qdf2400.c net: qcom/emac: add support for the Qualcomm Technologies QDF2400 2016-12-09 22:11:02 -05:00
emac-sgmii-qdf2432.c net: qcom/emac: move phy init code to separate files 2016-12-09 22:11:02 -05:00
emac-sgmii.c net: qcom/emac: add support for the Qualcomm Technologies QDF2400 2016-12-09 22:11:02 -05:00
emac-sgmii.h net: qcom/emac: add support for the Qualcomm Technologies QDF2400 2016-12-09 22:11:02 -05:00
emac.c net: make ndo_get_stats64 a void function 2017-01-08 17:51:44 -05:00
emac.h
Makefile net: qcom/emac: add support for the Qualcomm Technologies QDF2400 2016-12-09 22:11:02 -05:00