Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 150745
b: refs/heads/master
c: a5b19b6
h: refs/heads/master
i:
  150743: 5f42265
v: v3
  • Loading branch information
Yevgeny Petrilin authored and David S. Miller committed Jun 8, 2009
1 parent 6837323 commit cee2074
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: 6f536f403979d37021508c5804509a379d853788
refs/heads/master: a5b19b635c39fdb819500b0a746b44fe40c9a303
4 changes: 3 additions & 1 deletion trunk/drivers/net/mlx4/eq.c
Original file line number Diff line number Diff line change
Expand Up @@ -623,8 +623,10 @@ int mlx4_init_eq_table(struct mlx4_dev *dev)
err = mlx4_create_eq(dev, dev->caps.num_cqs + MLX4_NUM_SPARE_EQE,
(dev->flags & MLX4_FLAG_MSI_X) ? i : 0,
&priv->eq_table.eq[i]);
if (err)
if (err) {
--i;
goto err_out_unmap;
}
}

err = mlx4_create_eq(dev, MLX4_NUM_ASYNC_EQE + MLX4_NUM_SPARE_EQE,
Expand Down

0 comments on commit cee2074

Please sign in to comment.