Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 121454
b: refs/heads/master
c: f5eda57
h: refs/heads/master
v: v3
  • Loading branch information
Roland Dreier committed Dec 22, 2008
1 parent 1afc481 commit b761c74
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 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: b8dd786f9417e5885929bfe33a235c76a9c1c569
refs/heads/master: f5eda57f9bb17b6f09f7888dfc2c47db7aea45d4
4 changes: 0 additions & 4 deletions trunk/drivers/net/mlx4/eq.c
Original file line number Diff line number Diff line change
Expand Up @@ -243,10 +243,6 @@ static int mlx4_eq_int(struct mlx4_dev *dev, struct mlx4_eq *eq)
* least that often.
*/
if (unlikely(set_ci >= MLX4_NUM_SPARE_EQE)) {
/*
* Conditional on hca_type is OK here because
* this is a rare case, not the fast path.
*/
eq_set_ci(eq, 0);
set_ci = 0;
}
Expand Down

0 comments on commit b761c74

Please sign in to comment.