Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 66837
b: refs/heads/master
c: 7b5dfe1
h: refs/heads/master
i:
  66835: c5f3176
v: v3
  • Loading branch information
Krishna Kumar authored and David S. Miller committed Oct 10, 2007
1 parent d2f84b0 commit 16a5327
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 7a1f8104c4a477feaf8b4405429119276341a27e
refs/heads/master: 7b5dfe1aa9faf9fab10960e027a7b1c932580f76
2 changes: 1 addition & 1 deletion trunk/drivers/net/e1000e/netdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -3531,7 +3531,7 @@ static int e1000_xmit_frame(struct sk_buff *skb, struct net_device *netdev)
/* handle pci_map_single() error in e1000_tx_map */
dev_kfree_skb_any(skb);
spin_unlock_irqrestore(&adapter->tx_queue_lock, irq_flags);
return NETDEV_TX_BUSY;
return NETDEV_TX_OK;
}

e1000_tx_queue(adapter, tx_flags, count);
Expand Down

0 comments on commit 16a5327

Please sign in to comment.