Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 272340
b: refs/heads/master
c: a8dc0df
h: refs/heads/master
v: v3
  • Loading branch information
Dotan Barak authored and Roland Dreier committed Oct 6, 2011
1 parent d0b4dfe commit d744f6e
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: 0f6740c7c455693f719580f34bb8afa8a298ea36
refs/heads/master: a8dc0dffae651befa24dc518ac1715b8d3173c34
2 changes: 1 addition & 1 deletion trunk/drivers/net/mlx4/eq.c
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ static void mlx4_free_eq(struct mlx4_dev *dev,

mlx4_mtt_cleanup(dev, &eq->mtt);
for (i = 0; i < npages; ++i)
pci_free_consistent(dev->pdev, PAGE_SIZE,
dma_free_coherent(&dev->pdev->dev, PAGE_SIZE,
eq->page_list[i].buf,
eq->page_list[i].map);

Expand Down

0 comments on commit d744f6e

Please sign in to comment.