tipc: let broadcast packet reception use new link receive function
[cascardo/linux.git] / net / tipc / msg.c
index 5b47468..8740930 100644 (file)
@@ -182,7 +182,6 @@ int tipc_buf_append(struct sk_buff **headbuf, struct sk_buff **buf)
        *buf = NULL;
        return 0;
 err:
-       pr_warn_ratelimited("Unable to build fragment list\n");
        kfree_skb(*buf);
        kfree_skb(*headbuf);
        *buf = *headbuf = NULL;