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
..
2017-12-19 13:25:52 -05:00
2018-01-29 14:25:47 -05:00
2018-01-29 16:37:15 -08:00
2017-12-26 13:10:07 -05:00
2018-01-21 18:05:30 -05:00
2017-11-16 22:58:12 +09:00