Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 211102
b: refs/heads/master
c: 3f5a2a7
h: refs/heads/master
v: v3
  • Loading branch information
Luca Tettamanti authored and David S. Miller committed Sep 22, 2010
1 parent d59cb7f commit b38f5a9
Show file tree
Hide file tree
Showing 2 changed files with 7 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: ec5a32f67c603b11d68eb283d94eb89a4f6cfce1
refs/heads/master: 3f5a2a713aad28480d86b0add00c68484b54febc
6 changes: 6 additions & 0 deletions trunk/drivers/net/atlx/atl1.c
Original file line number Diff line number Diff line change
Expand Up @@ -1251,6 +1251,12 @@ static void atl1_free_ring_resources(struct atl1_adapter *adapter)

rrd_ring->desc = NULL;
rrd_ring->dma = 0;

adapter->cmb.dma = 0;
adapter->cmb.cmb = NULL;

adapter->smb.dma = 0;
adapter->smb.smb = NULL;
}

static void atl1_setup_mac_ctrl(struct atl1_adapter *adapter)
Expand Down

0 comments on commit b38f5a9

Please sign in to comment.