Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 126652
b: refs/heads/master
c: 4eb0068
h: refs/heads/master
v: v3
  • Loading branch information
Johann Felix Soden authored and Greg Kroah-Hartman committed Jan 6, 2009
1 parent 03b6508 commit 4fe3639
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 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: 1352b4b07fae399ae5741a9b6f155420e76a2b00
refs/heads/master: 4eb0068b065a88a5fb8b77e97f6f6b992c7d544c
3 changes: 0 additions & 3 deletions trunk/drivers/staging/et131x/et1310_tx.c
Original file line number Diff line number Diff line change
Expand Up @@ -1345,7 +1345,6 @@ void et131x_free_busy_send_packets(struct et131x_adapter *pAdapter)
{
PMP_TCB pMpTcb;
struct list_head *pEntry;
struct sk_buff *pPacket = NULL;
unsigned long lockflags;
uint32_t FreeCounter = 0;

Expand All @@ -1358,8 +1357,6 @@ void et131x_free_busy_send_packets(struct et131x_adapter *pAdapter)
spin_unlock_irqrestore(&pAdapter->SendWaitLock, lockflags);

pEntry = pAdapter->TxRing.SendWaitQueue.next;

pPacket = NULL;
}

pAdapter->TxRing.nWaitSend = 0;
Expand Down

0 comments on commit 4fe3639

Please sign in to comment.