Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 67089
b: refs/heads/master
c: eaf559b
h: refs/heads/master
i:
  67087: 311cac0
v: v3
  • Loading branch information
Roland Dreier committed Oct 10, 2007
1 parent 1cf8113 commit 5cc495a
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 36ce10d3e849c2f9efa3fd647058de398ee276eb
refs/heads/master: eaf559bf566f76887533c077d425adce847f06c8
3 changes: 2 additions & 1 deletion trunk/drivers/net/mlx4/qp.c
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,8 @@ void mlx4_qp_free(struct mlx4_dev *dev, struct mlx4_qp *qp)
mlx4_table_put(dev, &qp_table->auxc_table, qp->qpn);
mlx4_table_put(dev, &qp_table->qp_table, qp->qpn);

mlx4_bitmap_free(&qp_table->bitmap, qp->qpn);
if (qp->qpn < dev->caps.sqp_start + 8)
mlx4_bitmap_free(&qp_table->bitmap, qp->qpn);
}
EXPORT_SYMBOL_GPL(mlx4_qp_free);

Expand Down

0 comments on commit 5cc495a

Please sign in to comment.