diff options
Diffstat (limited to 'net/sunrpc/clnt.c')
-rw-r--r-- | net/sunrpc/clnt.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/sunrpc/clnt.c b/net/sunrpc/clnt.c index 19c9983d5360..462462eaf296 100644 --- a/net/sunrpc/clnt.c +++ b/net/sunrpc/clnt.c | |||
@@ -1518,7 +1518,6 @@ call_refreshresult(struct rpc_task *task) | |||
1518 | task->tk_action = call_refresh; | 1518 | task->tk_action = call_refresh; |
1519 | if (status != -ETIMEDOUT) | 1519 | if (status != -ETIMEDOUT) |
1520 | rpc_delay(task, 3*HZ); | 1520 | rpc_delay(task, 3*HZ); |
1521 | return; | ||
1522 | } | 1521 | } |
1523 | 1522 | ||
1524 | static __be32 * | 1523 | static __be32 * |