Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 203414
b: refs/heads/master
c: 05eda04
h: refs/heads/master
v: v3
  • Loading branch information
Denis Kirjanov authored and David S. Miller committed Jul 8, 2010
1 parent d1db23d commit dead29b
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: d9bed6bbd4f2a0120c93fed68605950651e1f225
refs/heads/master: 05eda04ba0b56b1bff3e5c9dbf58213ffc2e2a0b
2 changes: 1 addition & 1 deletion trunk/drivers/net/cxgb4/l2t.c
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ static void t4_l2e_free(struct l2t_entry *e)
struct sk_buff *skb = e->arpq_head;

e->arpq_head = skb->next;
kfree(skb);
kfree_skb(skb);
}
e->arpq_tail = NULL;
}
Expand Down

0 comments on commit dead29b

Please sign in to comment.