Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40896
b: refs/heads/master
c: 3979869
h: refs/heads/master
v: v3
  • Loading branch information
Roland Dreier committed Nov 13, 2006
1 parent 8a2e5c6 commit 0141f8f
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: b26c791e9ca3365616d40836000285931ca033d0
refs/heads/master: 39798695b4bcc7b145f8910ca56195808d3a7637
2 changes: 1 addition & 1 deletion trunk/drivers/infiniband/core/mad.c
Original file line number Diff line number Diff line change
Expand Up @@ -1750,7 +1750,7 @@ ib_find_send_mad(struct ib_mad_agent_private *mad_agent_priv,
*/
(is_direct(wc->recv_buf.mad->mad_hdr.mgmt_class) ||
rcv_has_same_gid(mad_agent_priv, wr, wc)))
return wr;
return (wr->status == IB_WC_SUCCESS) ? wr : NULL;
}

/*
Expand Down

0 comments on commit 0141f8f

Please sign in to comment.