pinctrl-baytrail: show pin label with the reset of the gpio debug data
[deliverable/linux.git] / net / tipc / node.c
index 6e6c434872e82534e0d48f6dceb0c212f1541896..25100c0a6fe84757ee8c0312a86e643d05d6276d 100644 (file)
@@ -298,9 +298,10 @@ static void node_lost_contact(struct tipc_node *n_ptr)
                }
                n_ptr->bclink.deferred_size = 0;
 
-               if (n_ptr->bclink.defragm) {
-                       kfree_skb(n_ptr->bclink.defragm);
-                       n_ptr->bclink.defragm = NULL;
+               if (n_ptr->bclink.reasm_head) {
+                       kfree_skb(n_ptr->bclink.reasm_head);
+                       n_ptr->bclink.reasm_head = NULL;
+                       n_ptr->bclink.reasm_tail = NULL;
                }
 
                tipc_bclink_remove_node(n_ptr->addr);
This page took 0.034906 seconds and 5 git commands to generate.