Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 255594
b: refs/heads/master
c: a0087a3
h: refs/heads/master
v: v3
  • Loading branch information
Richard Cochran authored and David S. Miller committed Jun 19, 2011
1 parent 5d9d50a commit 0a6cd07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 4ff75b7cf3b06efb72a50e26008d09b259b1231b
refs/heads/master: a0087a3619e1b137e7dbc91a1b2b5f15c0382412
4 changes: 2 additions & 2 deletions trunk/drivers/net/fec.c
Original file line number Diff line number Diff line change
Expand Up @@ -324,10 +324,10 @@ fec_enet_start_xmit(struct sk_buff *skb, struct net_device *ndev)

fep->cur_tx = bdp;

spin_unlock_irqrestore(&fep->hw_lock, flags);

skb_tx_timestamp(skb);

spin_unlock_irqrestore(&fep->hw_lock, flags);

return NETDEV_TX_OK;
}

Expand Down

0 comments on commit 0a6cd07

Please sign in to comment.