diff options
-rw-r--r-- | net/sunrpc/xprtsock.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/net/sunrpc/xprtsock.c b/net/sunrpc/xprtsock.c index 3d1dcdf2aef1..beefa7a3a90e 100644 --- a/net/sunrpc/xprtsock.c +++ b/net/sunrpc/xprtsock.c | |||
@@ -2442,9 +2442,6 @@ static struct rpc_xprt *xs_setup_bc_tcp(struct xprt_create *args) | |||
2442 | struct sock_xprt *transport; | 2442 | struct sock_xprt *transport; |
2443 | struct svc_sock *bc_sock; | 2443 | struct svc_sock *bc_sock; |
2444 | 2444 | ||
2445 | if (!args->bc_xprt) | ||
2446 | ERR_PTR(-EINVAL); | ||
2447 | |||
2448 | xprt = xs_setup_xprt(args, xprt_tcp_slot_table_entries); | 2445 | xprt = xs_setup_xprt(args, xprt_tcp_slot_table_entries); |
2449 | if (IS_ERR(xprt)) | 2446 | if (IS_ERR(xprt)) |
2450 | return xprt; | 2447 | return xprt; |