diff options
| author | Florian Westphal <[email protected]> | 2007-08-03 02:28:06 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2007-08-03 02:42:31 +0000 |
| commit | d788d8056fd913defa48bd94f18dc53de98cd7a6 (patch) | |
| tree | 139588307f7706579c39541343f8fb77af895b35 /net/tipc/node.c | |
| parent | [TIPC]: Make function tipc_nameseq_subscribe static. (diff) | |
| download | kernel-d788d8056fd913defa48bd94f18dc53de98cd7a6.tar.gz kernel-d788d8056fd913defa48bd94f18dc53de98cd7a6.zip | |
[TIPC]: Fix two minor sparse warnings.
fix two warnings generated by sparse:
link.c:2386 symbol 'msgcount' shadows an earlier one
node.c:244 symbol 'addr_string' shadows an earlier one
Signed-off-by: Florian Westphal <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/tipc/node.c')
| -rw-r--r-- | net/tipc/node.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/tipc/node.c b/net/tipc/node.c index e2e452a62ba1..598f4d3a0098 100644 --- a/net/tipc/node.c +++ b/net/tipc/node.c @@ -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; |
