linux/drivers/net/ethernet/intel/igbvf
Ivan Vecera 47ea032533 drivers/net: get rid of unnecessary initializations in .get_drvinfo()
Many drivers initialize uselessly n_priv_flags, n_stats, testinfo_len,
eedump_len & regdump_len fields in their .get_drvinfo() ethtool op.
It's not necessary as these fields is filled in ethtool_get_drvinfo().

v2: removed unused variable
v3: removed another unused variable

Signed-off-by: Ivan Vecera <ivecera@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2015-10-16 00:24:10 -07:00
..
Makefile igbvf: change copyright date 2012-02-03 03:07:15 -08:00
defines.h igbvf: Fix code comments and whitespace 2015-02-23 17:11:54 -08:00
ethtool.c drivers/net: get rid of unnecessary initializations in .get_drvinfo() 2015-10-16 00:24:10 -07:00
igbvf.h igbvf: Fix code comments and whitespace 2015-02-23 17:11:54 -08:00
mbx.c igbvf: Fix code comments and whitespace 2015-02-23 17:11:54 -08:00
mbx.h igbvf: Fix code comments and whitespace 2015-02-23 17:11:54 -08:00
netdev.c igbvf: Enable TSO for stacked VLAN 2015-09-22 15:58:28 -07:00
regs.h igbvf: Fix code comments and whitespace 2015-02-23 17:11:54 -08:00
vf.c igbvf: Fix code comments and whitespace 2015-02-23 17:11:54 -08:00
vf.h igbvf: Fix code comments and whitespace 2015-02-23 17:11:54 -08:00