Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 102682
b: refs/heads/master
c: e0d4e3d
h: refs/heads/master
v: v3
  • Loading branch information
Allan Stephens authored and David S. Miller committed Jun 5, 2008
1 parent e8fa4b8 commit 28308e2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5307e46957e76d71f02d2d736030ad92cdb3dd8c
refs/heads/master: e0d4e3d0d72cfae7b7eac14e39e12dfc6b406313
3 changes: 0 additions & 3 deletions trunk/net/tipc/msg.c
Original file line number Diff line number Diff line change
Expand Up @@ -230,13 +230,10 @@ void tipc_msg_dbg(struct print_buf *buf, struct tipc_msg *msg, const char *str)

switch (usr) {
case CONN_MANAGER:
case NAME_DISTRIBUTOR:
case TIPC_LOW_IMPORTANCE:
case TIPC_MEDIUM_IMPORTANCE:
case TIPC_HIGH_IMPORTANCE:
case TIPC_CRITICAL_IMPORTANCE:
if (msg_short(msg))
break; /* No error */
switch (msg_errcode(msg)) {
case TIPC_OK:
break;
Expand Down

0 comments on commit 28308e2

Please sign in to comment.