]> err.no Git - linux-2.6/blobdiff - net/sunrpc/clnt.c
PCI: powerpc: use generic pci_enable_resources()
[linux-2.6] / net / sunrpc / clnt.c
index 13a3718e7cc9026dcc0c6e52e0a15cd9732b07ba..7b96ff38002feaef24b575cdf5f35516fe38d4dd 100644 (file)
@@ -261,10 +261,6 @@ struct rpc_clnt *rpc_create(struct rpc_create_args *args)
        };
        char servername[48];
 
-       xprt = xprt_create_transport(&xprtargs);
-       if (IS_ERR(xprt))
-               return (struct rpc_clnt *)xprt;
-
        /*
         * If the caller chooses not to specify a hostname, whip
         * up a string representation of the passed-in address.