diff --git a/net/sunrpc/xprt.c b/net/sunrpc/xprt.c
index 4499b5a51763dc6982ded94aab150136d7f896ca..9494c376735618c0f67fb3b9a0f88c70875062a4 100644
--- a/net/sunrpc/xprt.c
+++ b/net/sunrpc/xprt.c
@@ -212,7 +212,7 @@ int xprt_reserve_xprt(struct rpc_task *task)
 			task->tk_pid, xprt);
 	task->tk_timeout = 0;
 	task->tk_status = -EAGAIN;
-	if (req && req->rq_ntrans)
+	if (req->rq_ntrans)
 		rpc_sleep_on(&xprt->resend, task, NULL);
 	else
 		rpc_sleep_on(&xprt->sending, task, NULL);