Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64090
b: refs/heads/master
c: 5399891
h: refs/heads/master
v: v3
  • Loading branch information
Roland Dreier committed Aug 3, 2007
1 parent a100882 commit f8549f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: 36026ecc20e5df722bbe2ea9e451c73d686ef107
refs/heads/master: 5399891052badf97948098d01772113801f6ef58
4 changes: 1 addition & 3 deletions trunk/drivers/infiniband/core/sa_query.c
Original file line number Diff line number Diff line change
Expand Up @@ -385,9 +385,7 @@ static void update_sm_ah(struct work_struct *work)

new_ah->pkey_index = 0;
if (ib_find_pkey(port->agent->device, port->port_num,
IB_DEFAULT_PKEY_FULL, &new_ah->pkey_index) &&
ib_find_pkey(port->agent->device, port->port_num,
IB_DEFAULT_PKEY_PARTIAL, &new_ah->pkey_index))
IB_DEFAULT_PKEY_FULL, &new_ah->pkey_index))
printk(KERN_ERR "Couldn't find index for default PKey\n");

memset(&ah_attr, 0, sizeof ah_attr);
Expand Down

0 comments on commit f8549f7

Please sign in to comment.