Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 229256
b: refs/heads/master
c: 1397490
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and Roland Dreier committed Jan 11, 2011
1 parent 58f8b76 commit 7b920ee
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: 030b4b3309e29c6c857d8521c3076743663c259e
refs/heads/master: 1397490938aa0aca39001c3fd5a9fc9387110d86
2 changes: 2 additions & 0 deletions trunk/drivers/infiniband/hw/mlx4/mad.c
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,8 @@ static void forward_trap(struct mlx4_ib_dev *dev, u8 port_num, struct ib_mad *ma
if (agent) {
send_buf = ib_create_send_mad(agent, qpn, 0, 0, IB_MGMT_MAD_HDR,
IB_MGMT_MAD_DATA, GFP_ATOMIC);
if (IS_ERR(send_buf))
return;
/*
* We rely here on the fact that MLX QPs don't use the
* address handle after the send is posted (this is
Expand Down

0 comments on commit 7b920ee

Please sign in to comment.