Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 149495
b: refs/heads/master
c: 9aa0a48
h: refs/heads/master
i:
  149493: ae56a81
  149491: f82f0ef
  149487: 9a291de
v: v3
  • Loading branch information
Roland Dreier committed Jun 13, 2009
1 parent c09b8ec commit e6a4557
Show file tree
Hide file tree
Showing 2 changed files with 4 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: c1f67a88bf62fac0f4151c007b361199c2cd1988
refs/heads/master: 9aa0a489d909af0cc36c41d3061ef956c7442ce2
4 changes: 3 additions & 1 deletion trunk/drivers/infiniband/hw/mthca/mthca_eq.c
Original file line number Diff line number Diff line change
Expand Up @@ -641,9 +641,11 @@ static void mthca_free_irqs(struct mthca_dev *dev)
if (dev->eq_table.have_irq)
free_irq(dev->pdev->irq, dev);
for (i = 0; i < MTHCA_NUM_EQ; ++i)
if (dev->eq_table.eq[i].have_irq)
if (dev->eq_table.eq[i].have_irq) {
free_irq(dev->eq_table.eq[i].msi_x_vector,
dev->eq_table.eq + i);
dev->eq_table.eq[i].have_irq = 0;
}
}

static int mthca_map_reg(struct mthca_dev *dev,
Expand Down

0 comments on commit e6a4557

Please sign in to comment.