Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 190240
b: refs/heads/master
c: 24acc68
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and David S. Miller committed Apr 22, 2010
1 parent 34c90b4 commit 6a23655
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: 80032cffb95edff4fc216b1cb21682257be326b7
refs/heads/master: 24acc6895616b373475e92e49925efc3ef591563
2 changes: 1 addition & 1 deletion trunk/net/rds/rdma_transport.c
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ static int __init rds_rdma_listen_init(void)
ret = PTR_ERR(cm_id);
printk(KERN_ERR "RDS/RDMA: failed to setup listener, "
"rdma_create_id() returned %d\n", ret);
goto out;
return ret;
}

sin.sin_family = AF_INET,
Expand Down

0 comments on commit 6a23655

Please sign in to comment.