Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 145130
b: refs/heads/master
c: 72876a6
h: refs/heads/master
v: v3
  • Loading branch information
Yevgeny Petrilin authored and David S. Miller committed May 18, 2009
1 parent 0cfcf8c commit e090b2c
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: 2513dfb83fc775364fe85803d3a84d7ebe5763a5
refs/heads/master: 72876a603422d3767273ffb3918033fa1bfda0f3
4 changes: 3 additions & 1 deletion trunk/drivers/net/mlx4/en_cq.c
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,10 @@ void mlx4_en_deactivate_cq(struct mlx4_en_priv *priv, struct mlx4_en_cq *cq)

if (cq->is_tx)
del_timer(&cq->timer);
else
else {
napi_disable(&cq->napi);
netif_napi_del(&cq->napi);
}

mlx4_cq_free(mdev->dev, &cq->mcq);
}
Expand Down

0 comments on commit e090b2c

Please sign in to comment.