Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 279095
b: refs/heads/master
c: 8c12118
h: refs/heads/master
i:
  279093: 5947a4d
  279091: 8895a43
  279087: a947243
v: v3
  • Loading branch information
Allan Stephens authored and Paul Gortmaker committed Dec 27, 2011
1 parent 7d91dd0 commit 1192d7a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 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: bfec73d7e45cdf570d649a547050295789e1e6fb
refs/heads/master: 8c12118db77dce5a7abf1a0e87af56592fdd7c09
2 changes: 1 addition & 1 deletion trunk/net/tipc/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ struct sk_buff *tipc_buf_acquire(u32 size)

static void tipc_core_stop_net(void)
{
tipc_eth_media_stop();
tipc_net_stop();
tipc_eth_media_stop();
}

/**
Expand Down
4 changes: 0 additions & 4 deletions trunk/net/tipc/eth_media.c
Original file line number Diff line number Diff line change
Expand Up @@ -376,10 +376,6 @@ void tipc_eth_media_stop(void)

unregister_netdevice_notifier(&notifier);
for (i = 0; i < MAX_ETH_BEARERS ; i++) {
if (eth_bearers[i].bearer) {
eth_bearers[i].bearer->blocked = 1;
eth_bearers[i].bearer = NULL;
}
if (eth_bearers[i].dev) {
dev_remove_pack(&eth_bearers[i].tipc_packet_type);
dev_put(eth_bearers[i].dev);
Expand Down

0 comments on commit 1192d7a

Please sign in to comment.