Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 57591
b: refs/heads/master
c: 2c5cb23
h: refs/heads/master
i:
  57589: 7e14cad
  57587: 83342b1
  57583: dccd25a
v: v3
  • Loading branch information
Roland Dreier committed Jun 7, 2007
1 parent 7776141 commit ed5f4a6
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: b581401ed0cc83a4483ed39c00a14a60bacecc3a
refs/heads/master: 2c5cb2355843f9958e19a4b243456be92f97c73b
4 changes: 3 additions & 1 deletion trunk/drivers/net/mlx4/eq.c
Original file line number Diff line number Diff line change
Expand Up @@ -490,9 +490,11 @@ static void mlx4_free_irqs(struct mlx4_dev *dev)

if (eq_table->have_irq)
free_irq(dev->pdev->irq, dev);
for (i = 0; i < MLX4_NUM_EQ; ++i)
for (i = 0; i < MLX4_EQ_CATAS; ++i)
if (eq_table->eq[i].have_irq)
free_irq(eq_table->eq[i].irq, eq_table->eq + i);
if (eq_table->eq[MLX4_EQ_CATAS].have_irq)
free_irq(eq_table->eq[MLX4_EQ_CATAS].irq, dev);
}

static int __devinit mlx4_map_clr_int(struct mlx4_dev *dev)
Expand Down

0 comments on commit ed5f4a6

Please sign in to comment.