diff options
Diffstat (limited to 'net/tipc/link.c')
-rw-r--r-- | net/tipc/link.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/tipc/link.c b/net/tipc/link.c index f5cd986e1e50..2050fd386642 100644 --- a/net/tipc/link.c +++ b/net/tipc/link.c | |||
@@ -1728,7 +1728,6 @@ void tipc_link_failover_prepare(struct tipc_link *l, struct tipc_link *tnl, | |||
1728 | * node has entered SELF_DOWN_PEER_LEAVING and both peer nodes | 1728 | * node has entered SELF_DOWN_PEER_LEAVING and both peer nodes |
1729 | * would have to start over from scratch instead. | 1729 | * would have to start over from scratch instead. |
1730 | */ | 1730 | */ |
1731 | WARN_ON(l && tipc_link_is_up(l)); | ||
1732 | tnl->drop_point = 1; | 1731 | tnl->drop_point = 1; |
1733 | tnl->failover_reasm_skb = NULL; | 1732 | tnl->failover_reasm_skb = NULL; |
1734 | 1733 | ||