Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97346
b: refs/heads/master
c: 7fb1c2a
h: refs/heads/master
v: v3
  • Loading branch information
Brian King authored and Jeff Garzik committed May 22, 2008
1 parent 536ffe1 commit 4f4577f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 74ef5c5025fed5ad6a1cbdfb5c2e831acdbbd2fe
refs/heads/master: 7fb1c2ac8ecaf0883f2fcb38dfc9ec2d15cee11d
3 changes: 2 additions & 1 deletion trunk/drivers/net/ehea/ehea_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -3178,11 +3178,12 @@ struct ehea_port *ehea_setup_single_port(struct ehea_adapter *adapter,

static void ehea_shutdown_single_port(struct ehea_port *port)
{
struct ehea_adapter *adapter = port->adapter;
unregister_netdev(port->netdev);
ehea_unregister_port(port);
kfree(port->mc_list);
free_netdev(port->netdev);
port->adapter->active_ports--;
adapter->active_ports--;
}

static int ehea_setup_ports(struct ehea_adapter *adapter)
Expand Down

0 comments on commit 4f4577f

Please sign in to comment.