mpls: get rid of trivial returns

return at end of function is useless.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
stephen hemminger 2016-09-01 08:51:07 -07:00 committed by David S. Miller
parent ba3d0dda6d
commit ce927bf174
1 changed files with 0 additions and 5 deletions

View File

@ -961,9 +961,6 @@ static void mpls_ifdown(struct net_device *dev, int event)
RCU_INIT_POINTER(nh->nh_dev, NULL);
} endfor_nexthops(rt);
}
return;
}
static void mpls_ifup(struct net_device *dev, unsigned int nh_flags)
@ -997,8 +994,6 @@ static void mpls_ifup(struct net_device *dev, unsigned int nh_flags)
ACCESS_ONCE(rt->rt_nhn_alive) = alive;
}
return;
}
static int mpls_dev_notify(struct notifier_block *this, unsigned long event,