Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97233
b: refs/heads/master
c: 5a4f2b6
h: refs/heads/master
i:
  97231: b83f93a
v: v3
  • Loading branch information
Dave Olson authored and Roland Dreier committed May 23, 2008
1 parent beba7d6 commit 451a357
Show file tree
Hide file tree
Showing 2 changed files with 4 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: e1d50dce5af77cb6d33555af70e2b8748dd84009
refs/heads/master: 5a4f2b675210718aceb4abf41617a3af31bba718
4 changes: 3 additions & 1 deletion trunk/drivers/infiniband/core/mad.c
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,9 @@ static int handle_outgoing_dr_smp(struct ib_mad_agent_private *mad_agent_priv,
break;
case IB_MAD_RESULT_SUCCESS | IB_MAD_RESULT_CONSUMED:
kmem_cache_free(ib_mad_cache, mad_priv);
break;
kfree(local);
ret = 1;
goto out;
case IB_MAD_RESULT_SUCCESS:
/* Treat like an incoming receive MAD */
port_priv = ib_get_mad_port(mad_agent_priv->agent.device,
Expand Down

0 comments on commit 451a357

Please sign in to comment.