aboutsummaryrefslogtreecommitdiff
path: root/net/openvswitch/conntrack.c
diff options
context:
space:
mode:
authorColin Ian King <[email protected]>2018-01-31 16:14:25 +0000
committerDavid S. Miller <[email protected]>2018-02-01 09:43:00 -0500
commit2e85283dabc22f4715b136e8a7426bd9bef4ce69 (patch)
treedd10dc4044ae58e734d4c13a46fe342d192d684d /net/openvswitch/conntrack.c
parent26c26ab02c49e64dbac3a9f56806005bc9e8b914 (diff)
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 <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/openvswitch/conntrack.c')
0 files changed, 0 insertions, 0 deletions