Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 67100
b: refs/heads/master
c: 3c10c7c
h: refs/heads/master
v: v3
  • Loading branch information
Ali Ayoub authored and Roland Dreier committed Oct 10, 2007
1 parent 52cfb4e commit 34ddc1a
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: 339e2640a9f403f7b7acb2ea67f3568b8ac3eebf
refs/heads/master: 3c10c7c929b30e8813d15960cb97f95a0b2ba615
2 changes: 1 addition & 1 deletion trunk/drivers/infiniband/core/sa_query.c
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ static int alloc_mad(struct ib_sa_query *query, gfp_t gfp_mask)
query->sm_ah->pkey_index,
0, IB_MGMT_SA_HDR, IB_MGMT_SA_DATA,
gfp_mask);
if (!query->mad_buf) {
if (IS_ERR(query->mad_buf)) {
kref_put(&query->sm_ah->ref, free_sm_ah);
return -ENOMEM;
}
Expand Down

0 comments on commit 34ddc1a

Please sign in to comment.