]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/tipc/node.c
[TIPC]: Fix two minor sparse warnings.
[linux-2.6-omap-h63xx.git] / net / tipc / node.c
index e2e452a62ba181238399c7fc3ddc730cd07e8100..598f4d3a0098e4f9b1ba5ae5f166f5166db1e069 100644 (file)
@@ -241,8 +241,6 @@ struct node *tipc_node_attach_link(struct link *l_ptr)
                char addr_string[16];
 
                if (n_ptr->link_cnt >= 2) {
-                       char addr_string[16];
-
                        err("Attempt to create third link to %s\n",
                            addr_string_fill(addr_string, n_ptr->addr));
                        return NULL;