aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/bcast.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/tipc/bcast.c')
-rw-r--r--net/tipc/bcast.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tipc/bcast.c b/net/tipc/bcast.c
index d9df34fbd7ca..fef3689bcf23 100644
--- a/net/tipc/bcast.c
+++ b/net/tipc/bcast.c
@@ -880,7 +880,7 @@ void tipc_port_list_add(struct tipc_port_list *pl_ptr, u32 port)
880 if (!item->next) { 880 if (!item->next) {
881 item->next = kmalloc(sizeof(*item), GFP_ATOMIC); 881 item->next = kmalloc(sizeof(*item), GFP_ATOMIC);
882 if (!item->next) { 882 if (!item->next) {
883 warn("Incomplete multicast delivery, no memory\n"); 883 pr_warn("Incomplete multicast delivery, no memory\n");
884 return; 884 return;
885 } 885 }
886 item->next->next = NULL; 886 item->next->next = NULL;