Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 88504
b: refs/heads/master
c: 10f3206
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and Roland Dreier committed Apr 17, 2008
1 parent a050881 commit f3c95ed
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: 4d43653263084bff55691ae9cbb3c53c9044f064
refs/heads/master: 10f32065a25d22bf7894fa39ff2ce8492922086a
2 changes: 1 addition & 1 deletion trunk/drivers/infiniband/core/cma.c
Original file line number Diff line number Diff line change
Expand Up @@ -1289,7 +1289,7 @@ static int iw_conn_req_handler(struct iw_cm_id *cm_id,
new_cm_id = rdma_create_id(listen_id->id.event_handler,
listen_id->id.context,
RDMA_PS_TCP);
if (!new_cm_id) {
if (IS_ERR(new_cm_id)) {
ret = -ENOMEM;
goto out;
}
Expand Down

0 comments on commit f3c95ed

Please sign in to comment.