Files
android_kernel_xiaomi_sm8450/drivers/net/ethernet/sfc
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
..
2013-08-29 23:34:51 +01:00
2016-08-12 20:42:20 -07:00
2016-12-01 15:39:38 -05:00
2013-08-29 23:34:51 +01:00
2013-08-29 23:34:51 +01:00
2016-11-18 11:55:38 -05:00