Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 150587
b: refs/heads/master
c: fa20259
h: refs/heads/master
i:
  150585: 4c53bb7
  150583: 062c5ad
v: v3
  • Loading branch information
Rémi Denis-Courmont authored and David S. Miller committed Jun 2, 2009
1 parent 5b283c0 commit 53292ac
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: bbd5898d39ab9f855c732f6f07e40e95b05cf52a
refs/heads/master: fa202592796499dade5b3854643eaf0eed4d34ba
2 changes: 1 addition & 1 deletion trunk/drivers/usb/gadget/f_phonet.c
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ static int pn_net_xmit(struct sk_buff *skb, struct net_device *dev)
spin_unlock_irqrestore(&port->lock, flags);
out:
if (unlikely(skb)) {
dev_kfree_skb_any(skb);
dev_kfree_skb(skb);
dev->stats.tx_dropped++;
}
return 0;
Expand Down

0 comments on commit 53292ac

Please sign in to comment.