commit | 811102ca23dfdde5ee8b782b3a4bbff44c499cb2 | [log] [tgz] |
---|---|---|
author | Allan Stephens <allan.stephens@windriver.com> | Wed May 21 14:53:34 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed May 21 14:53:34 2008 -0700 |
tree | 5572b81137018dc0ce931f6fcea46e0e090b762e | |
parent | 2ecb0924d7791372a70ef8f1174e37b329b955c3 [diff] |
tipc: Optimize null pointer check during neighbor discovery This patch optimizes TIPC neighbor discovery code to avoid testing for a null node pointer when the pointer is already known to be non-null. Signed-off-by: Allan Stephens <allan.stephens@windriver.com> Signed-off-by: David S. Miller <davem@davemloft.net>