diff options
Diffstat (limited to 'net/tipc')
-rw-r--r-- | net/tipc/msg.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/net/tipc/msg.c b/net/tipc/msg.c index 38abebaae889..73dcd00d674e 100644 --- a/net/tipc/msg.c +++ b/net/tipc/msg.c | |||
@@ -230,13 +230,10 @@ void tipc_msg_dbg(struct print_buf *buf, struct tipc_msg *msg, const char *str) | |||
230 | 230 | ||
231 | switch (usr) { | 231 | switch (usr) { |
232 | case CONN_MANAGER: | 232 | case CONN_MANAGER: |
233 | case NAME_DISTRIBUTOR: | ||
234 | case TIPC_LOW_IMPORTANCE: | 233 | case TIPC_LOW_IMPORTANCE: |
235 | case TIPC_MEDIUM_IMPORTANCE: | 234 | case TIPC_MEDIUM_IMPORTANCE: |
236 | case TIPC_HIGH_IMPORTANCE: | 235 | case TIPC_HIGH_IMPORTANCE: |
237 | case TIPC_CRITICAL_IMPORTANCE: | 236 | case TIPC_CRITICAL_IMPORTANCE: |
238 | if (msg_short(msg)) | ||
239 | break; /* No error */ | ||
240 | switch (msg_errcode(msg)) { | 237 | switch (msg_errcode(msg)) { |
241 | case TIPC_OK: | 238 | case TIPC_OK: |
242 | break; | 239 | break; |