Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 134762
b: refs/heads/master
c: ce030ed
h: refs/heads/master
v: v3
  • Loading branch information
Wei Yongjun authored and David S. Miller committed Feb 27, 2009
1 parent e412b67 commit ae479f4
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 91744f6559393697e13bf0f9f3f35f884e2520f9
refs/heads/master: ce030edfb4ba6734248b8d9f98d0a6f1dcd142e7
3 changes: 1 addition & 2 deletions trunk/net/can/af_can.c
Original file line number Diff line number Diff line change
Expand Up @@ -273,8 +273,7 @@ int can_send(struct sk_buff *skb, int loop)
err = net_xmit_errno(err);

if (err) {
if (newskb)
kfree_skb(newskb);
kfree_skb(newskb);
return err;
}

Expand Down

0 comments on commit ae479f4

Please sign in to comment.