Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39205
b: refs/heads/master
c: a8bf4e7
h: refs/heads/master
i:
  39203: 1255a76
v: v3
  • Loading branch information
Jack Morgenstein authored and Roland Dreier committed Oct 10, 2006
1 parent 494ceb4 commit b5d9495
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 01cb9bcbd34b7ba768a7f05375faf43becdb8a60
refs/heads/master: a8bf4e7717142b0688a726dd07501a6a7783792a
2 changes: 2 additions & 0 deletions trunk/drivers/infiniband/hw/mthca/mthca_provider.c
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,8 @@ static int mthca_query_port(struct ib_device *ibdev,
props->max_mtu = out_mad->data[41] & 0xf;
props->active_mtu = out_mad->data[36] >> 4;
props->subnet_timeout = out_mad->data[51] & 0x1f;
props->max_vl_num = out_mad->data[37] >> 4;
props->init_type_reply = out_mad->data[41] >> 4;

out:
kfree(in_mad);
Expand Down

0 comments on commit b5d9495

Please sign in to comment.