Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 279097
b: refs/heads/master
c: d47ce2e
h: refs/heads/master
i:
  279095: 1192d7a
v: v3
  • Loading branch information
Allan Stephens authored and Paul Gortmaker committed Dec 27, 2011
1 parent d8ee4f1 commit b6feadd
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: 64b32f7e38627a325c825087318c09075a5edc42
refs/heads/master: d47ce2ece33eac5c2b12d52622d1b17fe6a34ce9
3 changes: 0 additions & 3 deletions trunk/net/tipc/eth_media.c
Original file line number Diff line number Diff line change
Expand Up @@ -371,8 +371,6 @@ int tipc_eth_media_start(void)
if (eth_started)
return -EINVAL;

memset(eth_bearers, 0, sizeof(eth_bearers));

res = tipc_register_media(&eth_media_info);
if (res)
return res;
Expand All @@ -396,6 +394,5 @@ void tipc_eth_media_stop(void)

flush_scheduled_work();
unregister_netdevice_notifier(&notifier);
memset(&eth_bearers, 0, sizeof(eth_bearers));
eth_started = 0;
}

0 comments on commit b6feadd

Please sign in to comment.