Commit e9476e95 authored by Hagen Paul Pfeifer's avatar Hagen Paul Pfeifer Committed by David S. Miller

ipv6: variable next is never used in this function

Signed-off-by: default avatarHagen Paul Pfeifer <hagen@jauu.net>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 96d796a3
......@@ -1075,11 +1075,9 @@ struct dst_entry *icmp6_dst_alloc(struct net_device *dev,
int icmp6_dst_gc(void)
{
struct dst_entry *dst, *next, **pprev;
struct dst_entry *dst, **pprev;
int more = 0;
next = NULL;
spin_lock_bh(&icmp6_dst_lock);
pprev = &icmp6_dst_gc_list;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment