Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 48795
b: refs/heads/master
c: 8a2e65f
h: refs/heads/master
i:
  48793: a058c8a
  48791: bac050b
v: v3
  • Loading branch information
Michael S. Tsirkin authored and Roland Dreier committed Feb 16, 2007
1 parent d499629 commit baa85e7
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: c52daa29760818772ee4211be4ee8d1c78b888d5
refs/heads/master: 8a2e65f87c66ab1e720f49378750cdd800f9e9cf
2 changes: 1 addition & 1 deletion trunk/drivers/infiniband/ulp/ipoib/ipoib_cm.c
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ static int ipoib_cm_alloc_rx_skb(struct net_device *dev, int id,
for (; i >= 0; --i)
ib_dma_unmap_single(priv->ca, mapping[i + 1], PAGE_SIZE, DMA_FROM_DEVICE);

kfree_skb(skb);
dev_kfree_skb_any(skb);
return -ENOMEM;
}

Expand Down

0 comments on commit baa85e7

Please sign in to comment.