Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 187952
b: refs/heads/master
c: ea3fb37
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and David S. Miller committed Mar 7, 2010
1 parent 6ac0450 commit aa9f90a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: 02a780c014c40973cbe71d04cec7a24e6629995f
refs/heads/master: ea3fb371b2a391958670f2a65e1203f7dba61671
4 changes: 1 addition & 3 deletions trunk/drivers/net/can/usb/ems_usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -876,9 +876,7 @@ static netdev_tx_t ems_usb_start_xmit(struct sk_buff *skb, struct net_device *ne
return NETDEV_TX_OK;

nomem:
if (skb)
dev_kfree_skb(skb);

dev_kfree_skb(skb);
stats->tx_dropped++;

return NETDEV_TX_OK;
Expand Down

0 comments on commit aa9f90a

Please sign in to comment.