aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/port.c
diff options
context:
space:
mode:
authorAllan Stephens <[email protected]>2006-06-26 06:51:37 +0000
committerDavid S. Miller <[email protected]>2006-06-26 06:51:37 +0000
commitf131072c3da84e70a0f65d71b3a3f6611c6a22bc (patch)
tree6b00e151ee25a9d20fc56c4aa5f947561a65047d /net/tipc/port.c
parent[TIPC]: Disallow config operations that aren't supported in certain modes. (diff)
downloadkernel-f131072c3da84e70a0f65d71b3a3f6611c6a22bc.tar.gz
kernel-f131072c3da84e70a0f65d71b3a3f6611c6a22bc.zip
[TIPC]: First phase of assert() cleanup
This also contains enhancements to simplify comparisons in name table publication removal algorithm and to simplify name table sanity checking when shutting down TIPC. Signed-off-by: Allan Stephens <[email protected]> Signed-off-by: Per Liden <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/tipc/port.c')
-rw-r--r--net/tipc/port.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/tipc/port.c b/net/tipc/port.c
index 99846a18d94e..3aab67a56649 100644
--- a/net/tipc/port.c
+++ b/net/tipc/port.c
@@ -168,7 +168,6 @@ void tipc_port_recv_mcast(struct sk_buff *buf, struct port_list *dp)
struct port_list *item = dp;
int cnt = 0;
- assert(buf);
msg = buf_msg(buf);
/* Create destination port list, if one wasn't supplied */