Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 175136
b: refs/heads/master
c: 63841ad
h: refs/heads/master
v: v3
  • Loading branch information
Alan Cox authored and Greg Kroah-Hartman committed Dec 11, 2009
1 parent 093774e commit e63b52f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 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: b711b2e0fa6589f22ba53464bc1b49e4702eda5b
refs/heads/master: 63841ad24775f1ac83c134b1e44d51fe19afbbb6
9 changes: 0 additions & 9 deletions trunk/drivers/staging/et131x/et131x_netdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -547,15 +547,6 @@ void et131x_tx_timeout(struct net_device *netdev)
tcb->Count++;

if (tcb->Count > NIC_SEND_HANG_THRESHOLD) {
struct tx_desc stuck[10];

if (INDEX10(tcb->WrIndex) > 7) {
memcpy(stuck,
etdev->tx_ring.tx_desc_ring +
INDEX10(tcb->WrIndex) - 6,
sizeof(struct tx_desc) * 10);
}

spin_unlock_irqrestore(&etdev->TCBSendQLock,
flags);

Expand Down

0 comments on commit e63b52f

Please sign in to comment.