aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/act_vlan.c
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2017-11-07 15:47:24 +0000
committerDavid S. Miller <davem@davemloft.net>2017-11-10 15:31:13 +0900
commite4effc094c91706c5737530ef9ae6298e1d67512 (patch)
tree61a4e3337ef7cf30652b4890b46b0f62521f144a /net/sched/act_vlan.c
parentMerge branch 'ip_gre-flags-update' (diff)
downloadlinux-dev-e4effc094c91706c5737530ef9ae6298e1d67512.tar.xz
linux-dev-e4effc094c91706c5737530ef9ae6298e1d67512.zip
net: vxge: remove redundant assignments and pointers
There are several pointers that are being assigned but never read so remove these as they are redundant. Also remove an assignment to function_mode that is never read. Cleans up several clang warnings: vxge-main.c:1139:2: warning: Value stored to 'hldev' is never read vxge-main.c:1294:2: warning: Value stored to 'hldev' is never read vxge-main.c:2188:2: warning: Value stored to 'dev' is never read vxge-main.c:2188:2: warning: Value stored to 'dev' is never read vxge-main.c:2723:2: warning: Value stored to 'function_mode' is never read Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sched/act_vlan.c')
0 files changed, 0 insertions, 0 deletions