diff options
Diffstat (limited to 'net/ipv6/fib6_rules.c')
-rw-r--r-- | net/ipv6/fib6_rules.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/fib6_rules.c b/net/ipv6/fib6_rules.c index 8377477b2c19..25804cb69cf0 100644 --- a/net/ipv6/fib6_rules.c +++ b/net/ipv6/fib6_rules.c | |||
@@ -63,7 +63,7 @@ struct dst_entry *fib6_rule_lookup(struct flowi *fl, int flags, | |||
63 | fib_rule_put(arg.rule); | 63 | fib_rule_put(arg.rule); |
64 | 64 | ||
65 | if (arg.result) | 65 | if (arg.result) |
66 | return (struct dst_entry *) arg.result; | 66 | return arg.result; |
67 | 67 | ||
68 | dst_hold(&ip6_null_entry.u.dst); | 68 | dst_hold(&ip6_null_entry.u.dst); |
69 | return &ip6_null_entry.u.dst; | 69 | return &ip6_null_entry.u.dst; |