Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 90465
b: refs/heads/master
c: dbbcbb2
h: refs/heads/master
i:
  90463: f53cb9b
v: v3
  • Loading branch information
Daniel Walker authored and Jeff Garzik committed Mar 29, 2008
1 parent 00b4aa3 commit abdc8ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 9f71a568f5f1d6c9fb3ca89b6b973475e6475192
refs/heads/master: dbbcbb2d95dc4faa3b96d39f78032c85e8745c0c
4 changes: 2 additions & 2 deletions trunk/drivers/net/ehea/ehea_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2567,14 +2567,14 @@ static int ehea_down(struct net_device *dev)
if (port->state == EHEA_PORT_DOWN)
return 0;

mutex_lock(&ehea_fw_handles.lock);

down(&ehea_bcmc_regs.lock);
ehea_drop_multicast_list(dev);
ehea_broadcast_reg_helper(port, H_DEREG_BCMC);

ehea_free_interrupts(dev);

mutex_lock(&ehea_fw_handles.lock);

port->state = EHEA_PORT_DOWN;

ehea_update_bcmc_registrations();
Expand Down

0 comments on commit abdc8ad

Please sign in to comment.