Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 149720
b: refs/heads/master
c: 94713ba
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and David S. Miller committed Apr 10, 2009
1 parent dddca3e commit cc7d395
Show file tree
Hide file tree
Showing 2 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: 5d57eeb52ae71a03c8e083a9b0a818a9b63ca440
refs/heads/master: 94713bab649736177a1c33a39b7bb33cbd5af3a5
4 changes: 2 additions & 2 deletions trunk/net/rds/ib.c
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,8 @@ static int rds_ib_laddr_check(__be32 addr)
* IB and iWARP capable NICs.
*/
cm_id = rdma_create_id(NULL, NULL, RDMA_PS_TCP);
if (!cm_id)
return -EADDRNOTAVAIL;
if (IS_ERR(cm_id))
return PTR_ERR(cm_id);

memset(&sin, 0, sizeof(sin));
sin.sin_family = AF_INET;
Expand Down

0 comments on commit cc7d395

Please sign in to comment.