diff options
-rw-r--r-- | net/9p/trans_rdma.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/9p/trans_rdma.c b/net/9p/trans_rdma.c index 8f5e4f769d13..14ad43b5cf89 100644 --- a/net/9p/trans_rdma.c +++ b/net/9p/trans_rdma.c | |||
@@ -193,6 +193,8 @@ static int parse_opts(char *params, struct p9_rdma_opts *opts) | |||
193 | if (!*p) | 193 | if (!*p) |
194 | continue; | 194 | continue; |
195 | token = match_token(p, tokens, args); | 195 | token = match_token(p, tokens, args); |
196 | if (token == Opt_err) | ||
197 | continue; | ||
196 | r = match_int(&args[0], &option); | 198 | r = match_int(&args[0], &option); |
197 | if (r < 0) { | 199 | if (r < 0) { |
198 | p9_debug(P9_DEBUG_ERROR, | 200 | p9_debug(P9_DEBUG_ERROR, |