Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 172016
b: refs/heads/master
c: 0ccfe64
h: refs/heads/master
v: v3
  • Loading branch information
Denis Kirjanov authored and David S. Miller committed Nov 30, 2009
1 parent 1ff1eb9 commit b6305d7
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: f64f9e719261a87818dd192a3a2352e5b20fbd0f
refs/heads/master: 0ccfe64d3f177a61a071b7a6fa363f0a292158c4
2 changes: 1 addition & 1 deletion trunk/drivers/net/mv643xx_eth.c
Original file line number Diff line number Diff line change
Expand Up @@ -849,7 +849,7 @@ static int txq_submit_skb(struct tx_queue *txq, struct sk_buff *skb)
return 0;
}

static int mv643xx_eth_xmit(struct sk_buff *skb, struct net_device *dev)
static netdev_tx_t mv643xx_eth_xmit(struct sk_buff *skb, struct net_device *dev)
{
struct mv643xx_eth_private *mp = netdev_priv(dev);
int queue;
Expand Down

0 comments on commit b6305d7

Please sign in to comment.