Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 17064
b: refs/heads/master
c: aa2f936
h: refs/heads/master
v: v3
  • Loading branch information
Jack Morgenstein authored and Roland Dreier committed Jan 6, 2006
1 parent 3128a56 commit 2d57030
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1d7d2f6f476cf7aa65f9f740a6c932fb75608110
refs/heads/master: aa2f9367790ad81ef51d3f667124227ca3003d3b
4 changes: 4 additions & 0 deletions trunk/drivers/infiniband/hw/mthca/mthca_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,10 @@ static int __devinit mthca_init_tavor(struct mthca_dev *mdev)
}

err = mthca_dev_lim(mdev, &dev_lim);
if (err) {
mthca_err(mdev, "QUERY_DEV_LIM command failed, aborting.\n");
goto err_disable;
}

profile = default_profile;
profile.num_uar = dev_lim.uar_size / PAGE_SIZE;
Expand Down

0 comments on commit 2d57030

Please sign in to comment.