diff --git a/[refs] b/[refs] index 0a2fe2852b44..7b8ffa159801 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4f005551a8fac21b6fec8d10d57cd12d373d79e1 +refs/heads/master: efacfbcb6c88677809f44a574fbcd9824835dccb diff --git a/trunk/net/ipv6/route.c b/trunk/net/ipv6/route.c index f7f42c3e96cb..a7a537b50595 100644 --- a/trunk/net/ipv6/route.c +++ b/trunk/net/ipv6/route.c @@ -1701,10 +1701,8 @@ static void fib6_dump_end(struct netlink_callback *cb) fib6_walker_unlink(w); kfree(w); } - if (cb->args[1]) { - cb->done = (void*)cb->args[1]; - cb->args[1] = 0; - } + cb->done = (void*)cb->args[1]; + cb->args[1] = 0; } static int fib6_dump_done(struct netlink_callback *cb)