aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_fib.c
diff options
context:
space:
mode:
authorDavid S. Miller <davem@sunset.davemloft.net>2007-05-29 13:15:41 -0700
committerDavid S. Miller <davem@sunset.davemloft.net>2007-05-31 01:23:31 -0700
commit8c7fc03e27167425a1396320da43533462556b0c (patch)
tree609328d3f5ff87f401838a8a9105438f45570028 /net/ipv6/ip6_fib.c
parenta2efcfa04865eaaa88b870f4babf12f4c1fc4f83 (diff)
downloadkernel_samsung_smdk4412-8c7fc03e27167425a1396320da43533462556b0c.zip
kernel_samsung_smdk4412-8c7fc03e27167425a1396320da43533462556b0c.tar.gz
kernel_samsung_smdk4412-8c7fc03e27167425a1396320da43533462556b0c.tar.bz2
[IPV6]: Fix build warning.
net/ipv6/ip6_fib.c: In function ‘fib6_add_rt2node’: net/ipv6/ip6_fib.c:661: warning: label ‘out’ defined but not used Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6/ip6_fib.c')
-rw-r--r--net/ipv6/ip6_fib.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv6/ip6_fib.c b/net/ipv6/ip6_fib.c
index 154033f..662a7d9 100644
--- a/net/ipv6/ip6_fib.c
+++ b/net/ipv6/ip6_fib.c
@@ -658,7 +658,6 @@ static int fib6_add_rt2node(struct fib6_node *fn, struct rt6_info *rt,
* insert node
*/
-out:
rt->u.dst.rt6_next = iter;
*ins = rt;
rt->rt6i_node = fn;