linux_dsm_epyc7002/drivers/net/ethernet/emulex/benet
Colin Ian King 2e85283dab be2net: remove redundant initialization of 'head' and pointer txq
Variable head is initialized to a value that is never read and is
being updated to a new value a few lines later, hence this
initialization is redundant and can be safely removed as well
as the now unused pointer txq.

Cleans up clang warning:
drivers/net/ethernet/emulex/benet/be_main.c:996:6: warning: Value
stored to 'head' during its initialization is never read

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2018-02-01 09:43:00 -05:00
..
be_cmds.c be2net: use ARRAY_SIZE for array sizing calculation on array cmd_priv_map 2018-01-09 11:40:18 -05:00
be_cmds.h be2net: Provide an alternate way to read pf_num for BEx chips 2016-10-09 09:30:38 -04:00
be_ethtool.c net: emulex: benet: use new api ethtool_{get|set}_link_ksettings 2017-01-02 16:59:10 -05:00
be_hw.h be2net: Fix UE detection logic for BE3 2017-05-25 14:44:49 -04:00
be_main.c be2net: remove redundant initialization of 'head' and pointer txq 2018-02-01 09:43:00 -05:00
be_roce.c benet: fix set but not used warning 2017-07-25 12:31:37 -07:00
be_roce.h be2net: Change copyright markings in source files 2016-06-27 04:06:24 -04:00
be.h be2net: fix TSO6/GSO issue causing TX-stall on Lancer/BEx 2017-09-13 09:28:18 -07:00
Kconfig benet: Replace ndo_add/del_vxlan_port with ndo_add/del_udp_enc_port 2016-06-17 20:23:30 -07:00
Makefile