Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 361121
b: refs/heads/master
c: fef4c86
h: refs/heads/master
i:
  361119: 40b4fdf
v: v3
  • Loading branch information
David Oostdyk authored and David S. Miller committed Mar 10, 2013
1 parent ac90b7b commit d89d83f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 29cd8ae0e1a39e239a3a7b67da1986add1199fc0
refs/heads/master: fef4c86e59a76f2ec1a77d5732f40752700bd5dd
3 changes: 3 additions & 0 deletions trunk/drivers/net/hippi/rrunner.c
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,9 @@ static int rr_init_one(struct pci_dev *pdev, const struct pci_device_id *ent)
return 0;

out:
if (rrpriv->evt_ring)
pci_free_consistent(pdev, EVT_RING_SIZE, rrpriv->evt_ring,
rrpriv->evt_ring_dma);
if (rrpriv->rx_ring)
pci_free_consistent(pdev, RX_TOTAL_SIZE, rrpriv->rx_ring,
rrpriv->rx_ring_dma);
Expand Down

0 comments on commit d89d83f

Please sign in to comment.