Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 256134
b: refs/heads/master
c: 3600cda
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Jul 6, 2011
1 parent 36dcaee commit 5418791
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 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: 5b7f7626743e0912958981343b47ac0ab2206b1c
refs/heads/master: 3600cdadb7ab9ee5f4e73ed01242c3e8b8e3282c
7 changes: 0 additions & 7 deletions trunk/drivers/net/veth.c
Original file line number Diff line number Diff line change
Expand Up @@ -148,13 +148,6 @@ static netdev_tx_t veth_xmit(struct sk_buff *skb, struct net_device *dev)

return NETDEV_TX_OK;

tx_drop:
kfree_skb(skb);
u64_stats_update_begin(&stats->syncp);
stats->tx_dropped++;
u64_stats_update_end(&stats->syncp);
return NETDEV_TX_OK;

rx_drop:
u64_stats_update_begin(&rcv_stats->syncp);
rcv_stats->rx_dropped++;
Expand Down

0 comments on commit 5418791

Please sign in to comment.