Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64092
b: refs/heads/master
c: 86dfbec
h: refs/heads/master
v: v3
  • Loading branch information
Hal Rosenstock authored and Roland Dreier committed Aug 3, 2007
1 parent 4d7a814 commit 5791ac1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 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: 445d68070c9c02acdda38e6d69bd43096f521035
refs/heads/master: 86dfbecdea733a6e940b958e94a85af45b89a0b9
11 changes: 5 additions & 6 deletions trunk/drivers/infiniband/core/mad.c
Original file line number Diff line number Diff line change
Expand Up @@ -1916,12 +1916,11 @@ static void ib_mad_recv_done_handler(struct ib_mad_port_private *port_priv,
response->header.recv_wc.recv_buf.mad = &response->mad.mad;
response->header.recv_wc.recv_buf.grh = &response->grh;

if (!agent_send_response(&response->mad.mad,
&response->grh, wc,
port_priv->device,
smi_get_fwd_port(&recv->mad.smp),
qp_info->qp->qp_num))
response = NULL;
agent_send_response(&response->mad.mad,
&response->grh, wc,
port_priv->device,
smi_get_fwd_port(&recv->mad.smp),
qp_info->qp->qp_num);

goto out;
}
Expand Down

0 comments on commit 5791ac1

Please sign in to comment.