aboutsummaryrefslogtreecommitdiffstats
path: root/net/switchdev/switchdev.c
diff options
context:
space:
mode:
authorDavid Ahern <[email protected]>2015-09-28 18:10:44 +0000
committerDavid S. Miller <[email protected]>2015-09-29 23:27:47 +0000
commit0d7539603bba77b72679d53e7d7eb84c16dd76d8 (patch)
treed2b02fd6fdeb54f8a8cd2a0493b07a27ff698b0b /net/switchdev/switchdev.c
parentnet: Swap ordering of tests in ip_route_input_mc (diff)
downloadkernel-0d7539603bba77b72679d53e7d7eb84c16dd76d8.tar.gz
kernel-0d7539603bba77b72679d53e7d7eb84c16dd76d8.zip
net: Remove martian_source_keep_err goto label
err is initialized to -EINVAL when it is declared. It is not reset until fib_lookup which is well after the 3 users of the martian_source jump. So resetting err to -EINVAL at martian_source label is not needed. Removing that line obviates the need for the martian_source_keep_err label so delete it. Signed-off-by: David Ahern <[email protected]> Signed-off-by: Alexander Duyck <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/switchdev/switchdev.c')
0 files changed, 0 insertions, 0 deletions