summaryrefslogtreecommitdiffstats
path: root/net/tipc/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/tipc/config.c')
-rw-r--r--net/tipc/config.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/net/tipc/config.c b/net/tipc/config.c
index 6e4c215879c8..df410823e889 100644
--- a/net/tipc/config.c
+++ b/net/tipc/config.c
@@ -209,9 +209,6 @@ struct sk_buff *tipc_cfg_do_cmd(struct net *net, u32 orig_node, u16 cmd,
209 rep_tlv_buf = tipc_node_get_nodes(net, req_tlv_area, 209 rep_tlv_buf = tipc_node_get_nodes(net, req_tlv_area,
210 req_tlv_space); 210 req_tlv_space);
211 break; 211 break;
212 case TIPC_CMD_GET_MEDIA_NAMES:
213 rep_tlv_buf = tipc_media_get_names();
214 break;
215 case TIPC_CMD_SHOW_STATS: 212 case TIPC_CMD_SHOW_STATS:
216 rep_tlv_buf = tipc_show_stats(); 213 rep_tlv_buf = tipc_show_stats();
217 break; 214 break;