Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 73814
b: refs/heads/master
c: e383d19
h: refs/heads/master
v: v3
  • Loading branch information
Jack Morgenstein authored and Roland Dreier committed Nov 14, 2007
1 parent e8c6b7c commit 64b5be5
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 9a7666494bac60b99d2bd7d904bd22e8c9b1e3f7
refs/heads/master: e383d19e90cfbbf8e00512d44194ce175b3f60a2
2 changes: 1 addition & 1 deletion trunk/drivers/net/mlx4/qp.c
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ 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);

if (qp->qpn < dev->caps.sqp_start + 8)
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 64b5be5

Please sign in to comment.