diff options
-rw-r--r-- | drivers/net/mlx4/eq.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/net/mlx4/eq.c b/drivers/net/mlx4/eq.c index 5d867ebe6a4d..2c19bff7cbab 100644 --- a/drivers/net/mlx4/eq.c +++ b/drivers/net/mlx4/eq.c | |||
@@ -243,10 +243,6 @@ static int mlx4_eq_int(struct mlx4_dev *dev, struct mlx4_eq *eq) | |||
243 | * least that often. | 243 | * least that often. |
244 | */ | 244 | */ |
245 | if (unlikely(set_ci >= MLX4_NUM_SPARE_EQE)) { | 245 | if (unlikely(set_ci >= MLX4_NUM_SPARE_EQE)) { |
246 | /* | ||
247 | * Conditional on hca_type is OK here because | ||
248 | * this is a rare case, not the fast path. | ||
249 | */ | ||
250 | eq_set_ci(eq, 0); | 246 | eq_set_ci(eq, 0); |
251 | set_ci = 0; | 247 | set_ci = 0; |
252 | } | 248 | } |