Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 96055
b: refs/heads/master
c: 77a8d57
h: refs/heads/master
i:
  96053: 464025c
  96051: 9af0774
  96047: bc5d189
v: v3
  • Loading branch information
Steve Wise authored and Roland Dreier committed May 2, 2008
1 parent 636643d commit 9e351f3
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: c4d49776e8f5bf2d900d2b6d4855c1670a535ac5
refs/heads/master: 77a8d5741f3ee2c79554382179cca7b5893d6ae9
4 changes: 2 additions & 2 deletions trunk/drivers/infiniband/hw/cxgb3/iwch_cm.c
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ int peer2peer = 0;
module_param(peer2peer, int, 0644);
MODULE_PARM_DESC(peer2peer, "Support peer2peer ULPs (default=0)");

static int ep_timeout_secs = 10;
static int ep_timeout_secs = 60;
module_param(ep_timeout_secs, int, 0644);
MODULE_PARM_DESC(ep_timeout_secs, "CM Endpoint operation timeout "
"in seconds (default=10)");
"in seconds (default=60)");

static int mpa_rev = 1;
module_param(mpa_rev, int, 0644);
Expand Down

0 comments on commit 9e351f3

Please sign in to comment.