Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 143869
b: refs/heads/master
c: 62bcaa1
h: refs/heads/master
i:
  143867: 5583b70
v: v3
  • Loading branch information
Oliver Hartkopp authored and David S. Miller committed Apr 17, 2009
1 parent ab05725 commit b4f208b
Show file tree
Hide file tree
Showing 2 changed files with 3 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: f72f550c5885419ee1b32f47213087e6640e766b
refs/heads/master: 62bcaa13039538c7f794b0cfcbc26e0313e7fcd5
4 changes: 2 additions & 2 deletions trunk/net/can/af_can.c
Original file line number Diff line number Diff line change
Expand Up @@ -674,8 +674,8 @@ static int can_rcv(struct sk_buff *skb, struct net_device *dev,

rcu_read_unlock();

/* free the skbuff allocated by the netdevice driver */
kfree_skb(skb);
/* consume the skbuff allocated by the netdevice driver */
consume_skb(skb);

if (matches > 0) {
can_stats.matches++;
Expand Down

0 comments on commit b4f208b

Please sign in to comment.