Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 268882
b: refs/heads/master
c: 16d8de3
h: refs/heads/master
v: v3
  • Loading branch information
Mark Einon authored and Greg Kroah-Hartman committed Oct 23, 2011
1 parent eb71526 commit 2f61a82
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 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: a86581829fdd646655116f89cb8af2f22b5fbf9e
refs/heads/master: 16d8de3cc9484ccebab20331c03d1b6ba8636d76
6 changes: 0 additions & 6 deletions trunk/drivers/staging/et131x/et131x.c
Original file line number Diff line number Diff line change
Expand Up @@ -329,8 +329,6 @@ struct rx_ring {
struct rx_status_block *rx_status_block;
dma_addr_t rx_status_bus;

struct list_head recv_buff_pool;

/* RECV */
struct list_head recv_list;
u32 num_ready_recv;
Expand Down Expand Up @@ -2307,10 +2305,6 @@ void et131x_rx_dma_memory_free(struct et131x_adapter *adapter)
rx_ring->rx_status_block = NULL;
}

/* Free receive buffer pool */

/* Free receive packet pool */

/* Destroy the lookaside (RFD) pool */
if (adapter->flags & fMP_ADAPTER_RECV_LOOKASIDE) {
kmem_cache_destroy(rx_ring->recv_lookaside);
Expand Down

0 comments on commit 2f61a82

Please sign in to comment.