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 d5ed509e0660..bcfb0a4ab485 100644 --- a/net/tipc/link.c +++ b/net/tipc/link.c | |||
@@ -1762,7 +1762,6 @@ void tipc_link_failover_prepare(struct tipc_link *l, struct tipc_link *tnl, | |||
1762 | * node has entered SELF_DOWN_PEER_LEAVING and both peer nodes | 1762 | * node has entered SELF_DOWN_PEER_LEAVING and both peer nodes |
1763 | * would have to start over from scratch instead. | 1763 | * would have to start over from scratch instead. |
1764 | */ | 1764 | */ |
1765 | WARN_ON(l && tipc_link_is_up(l)); | ||
1766 | tnl->drop_point = 1; | 1765 | tnl->drop_point = 1; |
1767 | tnl->failover_reasm_skb = NULL; | 1766 | tnl->failover_reasm_skb = NULL; |
1768 | 1767 | ||