Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97369
b: refs/heads/master
c: 288369c
h: refs/heads/master
i:
  97367: 12653e2
v: v3
  • Loading branch information
Wang Chen authored and Jeff Garzik committed May 22, 2008
1 parent 33d81be commit 47401ab
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: a01b3d766c0ad3e63978b0f6faf4004688f13522
refs/heads/master: 288369cc2580178ef6ed7c5c63cc1ef08c803250
3 changes: 1 addition & 2 deletions trunk/drivers/net/virtio_net.c
Original file line number Diff line number Diff line change
Expand Up @@ -470,8 +470,7 @@ static void virtnet_remove(struct virtio_device *vdev)
kfree_skb(skb);
vi->num--;
}
while ((skb = __skb_dequeue(&vi->send)) != NULL)
kfree_skb(skb);
__skb_queue_purge(&vi->send);

BUG_ON(vi->num != 0);

Expand Down

0 comments on commit 47401ab

Please sign in to comment.