Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 107931
b: refs/heads/master
c: cd55ef5
h: refs/heads/master
i:
  107929: 3af25ec
  107927: ef232de
v: v3
  • Loading branch information
Julien Brunel authored and Roland Dreier committed Aug 7, 2008
1 parent 7de01c2 commit 13f5d45
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: e08198169ec5facb3d85bb455efa44a2f8327842
refs/heads/master: cd55ef5a10d1a2ea09853bc5fa40aadaf9f80614
2 changes: 1 addition & 1 deletion trunk/drivers/infiniband/core/mad_rmpp.c
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ static void ack_recv(struct mad_rmpp_recv *rmpp_recv,
msg = ib_create_send_mad(&rmpp_recv->agent->agent, recv_wc->wc->src_qp,
recv_wc->wc->pkey_index, 1, hdr_len,
0, GFP_KERNEL);
if (!msg)
if (IS_ERR(msg))
return;

format_ack(msg, (struct ib_rmpp_mad *) recv_wc->recv_buf.mad, rmpp_recv);
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/infiniband/ulp/ipoib/ipoib_cm.c
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ static void ipoib_cm_init_rx_wr(struct net_device *dev,
sge[i].length = PAGE_SIZE;

wr->next = NULL;
wr->sg_list = sge;
wr->sg_list = priv->cm.rx_sge;
wr->num_sge = priv->cm.num_frags;
}

Expand Down

0 comments on commit 13f5d45

Please sign in to comment.