Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 247717
b: refs/heads/master
c: 5b5ed8a
h: refs/heads/master
i:
  247715: a41bb8f
v: v3
  • Loading branch information
David S. Miller committed May 19, 2011
1 parent 69f1eed commit 1053124
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 99517e3d7930f8cc064f7e9443b1b441e00e83d7
refs/heads/master: 5b5ed8afe48ca6916daabf9822e7a19fc19fdab4
2 changes: 0 additions & 2 deletions trunk/net/9p/trans_rdma.c
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ static int parse_opts(char *params, struct p9_rdma_opts *opts)
substring_t args[MAX_OPT_ARGS];
int option;
char *options, *tmp_options;
int ret;

opts->port = P9_PORT;
opts->sq_depth = P9_RDMA_SQ_DEPTH;
Expand Down Expand Up @@ -195,7 +194,6 @@ static int parse_opts(char *params, struct p9_rdma_opts *opts)
if (r < 0) {
P9_DPRINTK(P9_DEBUG_ERROR,
"integer field, but no integer?\n");
ret = r;
continue;
}
switch (token) {
Expand Down

0 comments on commit 1053124

Please sign in to comment.