tipc: Eliminate useless initialization when creating subscriber
authorAllan Stephens <Allan.Stephens@windriver.com>
Tue, 30 Nov 2010 12:01:00 +0000 (12:01 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 2 Dec 2010 21:34:05 +0000 (13:34 -0800)
commit52fe7b725e0a1360d36c720ee87ab1e559df69db
tree2cbe8ac1d0cc16f3e83dfeda9c635688337a27e8
parent38f232eae20cefed2e2379d77c54babb0de6d024
tipc: Eliminate useless initialization when creating subscriber

Removes initialization of a local variable that is always assigned
a different value before it is referenced.

Signed-off-by: Allan Stephens <Allan.Stephens@windriver.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/tipc/subscr.c