Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 179109
b: refs/heads/master
c: 011f4ea
h: refs/heads/master
i:
  179107: 84e274a
v: v3
  • Loading branch information
Amit Kumar Salecha authored and David S. Miller committed Jan 8, 2010
1 parent 254fe8b commit e2c7d7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 704da560c0a0120d8869187f511491a00951a1d3
refs/heads/master: 011f4ea09768fdf6f95e3781cba2ed681a2ac710
2 changes: 2 additions & 0 deletions trunk/drivers/net/netxen/netxen_nic_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,8 @@ void netxen_free_sw_resources(struct netxen_adapter *adapter)

tx_ring = adapter->tx_ring;
vfree(tx_ring->cmd_buf_arr);
kfree(tx_ring);
adapter->tx_ring = NULL;
}

int netxen_alloc_sw_resources(struct netxen_adapter *adapter)
Expand Down

0 comments on commit e2c7d7b

Please sign in to comment.