mtd: allow MTD_NAND_GPMI_NAND to be built as module
[profile/ivi/kernel-adaptation-intel-automotive.git] / net / tipc / node_subscr.c
index 7a27344..5e34b01 100644 (file)
@@ -51,7 +51,8 @@ void tipc_nodesub_subscribe(struct tipc_node_subscr *node_sub, u32 addr,
 
        node_sub->node = tipc_node_find(addr);
        if (!node_sub->node) {
-               warn("Node subscription rejected, unknown node 0x%x\n", addr);
+               pr_warn("Node subscription rejected, unknown node 0x%x\n",
+                       addr);
                return;
        }
        node_sub->handle_node_down = handle_down;