diff options
Diffstat (limited to 'net/tipc/core.c')
-rw-r--r-- | net/tipc/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tipc/core.c b/net/tipc/core.c index c21331d58fdb..2691cd57b8a8 100644 --- a/net/tipc/core.c +++ b/net/tipc/core.c | |||
@@ -99,8 +99,8 @@ struct sk_buff *tipc_buf_acquire(u32 size) | |||
99 | 99 | ||
100 | static void tipc_core_stop_net(void) | 100 | static void tipc_core_stop_net(void) |
101 | { | 101 | { |
102 | tipc_eth_media_stop(); | ||
103 | tipc_net_stop(); | 102 | tipc_net_stop(); |
103 | tipc_eth_media_stop(); | ||
104 | } | 104 | } |
105 | 105 | ||
106 | /** | 106 | /** |