Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 75562
b: refs/heads/master
c: dafdec7
h: refs/heads/master
v: v3
  • Loading branch information
Francois Romieu committed Jan 17, 2008
1 parent 7914c48 commit 6dd800e
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: 0da1b995aee447656c0eb77e4e32468e37f868a3
refs/heads/master: dafdec746f8c468bebf6b99f32a392ee6c8d0212
2 changes: 1 addition & 1 deletion trunk/drivers/net/ipg.c
Original file line number Diff line number Diff line change
Expand Up @@ -1994,7 +1994,7 @@ static int ipg_nic_hard_start_xmit(struct sk_buff *skb, struct net_device *dev)
ipg_w32(IPG_DC_TX_DMA_POLL_NOW, DMA_CTRL);

if (sp->tx_current == (sp->tx_dirty + IPG_TFDLIST_LENGTH))
netif_wake_queue(dev);
netif_stop_queue(dev);

spin_unlock_irqrestore(&sp->lock, flags);

Expand Down

0 comments on commit 6dd800e

Please sign in to comment.