Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Just some simple overlapping changes in marvell PHY driver and the DSA core code. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -1483,7 +1483,7 @@ static void mpls_ifup(struct net_device *dev, unsigned int flags)
|
||||
continue;
|
||||
alive++;
|
||||
nh_flags &= ~flags;
|
||||
WRITE_ONCE(nh->nh_flags, flags);
|
||||
WRITE_ONCE(nh->nh_flags, nh_flags);
|
||||
} endfor_nexthops(rt);
|
||||
|
||||
WRITE_ONCE(rt->rt_nhn_alive, alive);
|
||||
|
Reference in New Issue
Block a user