Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 134753
b: refs/heads/master
c: 875b482
h: refs/heads/master
i:
  134751: d2729a2
v: v3
  • Loading branch information
Wei Yongjun authored and David S. Miller committed Feb 27, 2009
1 parent bcf4117 commit 4d84de1
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: d46604e178f01305e63564864517926bb752d4a3
refs/heads/master: 875b48297b8ab2f402680821da47d23bd6bddc55
3 changes: 1 addition & 2 deletions trunk/drivers/net/irda/sir_dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -780,8 +780,7 @@ static int sirdev_alloc_buffers(struct sir_dev *dev)

static void sirdev_free_buffers(struct sir_dev *dev)
{
if (dev->rx_buff.skb)
kfree_skb(dev->rx_buff.skb);
kfree_skb(dev->rx_buff.skb);
kfree(dev->tx_buff.head);
dev->rx_buff.head = dev->tx_buff.head = NULL;
dev->rx_buff.skb = NULL;
Expand Down

0 comments on commit 4d84de1

Please sign in to comment.