Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 149719
b: refs/heads/master
c: 5d57eeb
h: refs/heads/master
i:
  149717: c76b6da
  149715: 135effc
  149711: f8deddc
v: v3
  • Loading branch information
Dan Carpenter authored and David S. Miller committed Apr 10, 2009
1 parent 139b423 commit dddca3e
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: 05a178ecdc7396b78dfbb5d8bda65108b37b8672
refs/heads/master: 5d57eeb52ae71a03c8e083a9b0a818a9b63ca440
4 changes: 2 additions & 2 deletions trunk/net/rds/iw.c
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,8 @@ static int rds_iw_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 dddca3e

Please sign in to comment.