diff --git a/[refs] b/[refs] index 4708f553c13e..a97430e81c40 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8cf2daf3feae982db9804df3d4b8ec20fa7d6d41 +refs/heads/master: 17ead2f5cc81c4658e7b495014c2c6856a6f6b88 diff --git a/trunk/drivers/infiniband/hw/mthca/mthca_profile.c b/trunk/drivers/infiniband/hw/mthca/mthca_profile.c index 7881a8a919ca..9ffe76e23a9e 100644 --- a/trunk/drivers/infiniband/hw/mthca/mthca_profile.c +++ b/trunk/drivers/infiniband/hw/mthca/mthca_profile.c @@ -208,8 +208,7 @@ u64 mthca_make_profile(struct mthca_dev *dev, break; case MTHCA_RES_RDB: for (dev->qp_table.rdb_shift = 0; - profile[MTHCA_RES_QP].num << dev->qp_table.rdb_shift < - profile[i].num; + request->num_qp << dev->qp_table.rdb_shift < profile[i].num; ++dev->qp_table.rdb_shift) ; /* nothing */ dev->qp_table.rdb_base = (u32) profile[i].start;