diff options
Diffstat (limited to 'net/sunrpc/xprt.c')
-rw-r--r-- | net/sunrpc/xprt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sunrpc/xprt.c b/net/sunrpc/xprt.c index c3b2b3369e52..51c63165073c 100644 --- a/net/sunrpc/xprt.c +++ b/net/sunrpc/xprt.c | |||
@@ -1306,7 +1306,7 @@ struct rpc_xprt *xprt_create_transport(struct xprt_create *args) | |||
1306 | } | 1306 | } |
1307 | } | 1307 | } |
1308 | spin_unlock(&xprt_list_lock); | 1308 | spin_unlock(&xprt_list_lock); |
1309 | printk(KERN_ERR "RPC: transport (%d) not supported\n", args->ident); | 1309 | dprintk("RPC: transport (%d) not supported\n", args->ident); |
1310 | return ERR_PTR(-EIO); | 1310 | return ERR_PTR(-EIO); |
1311 | 1311 | ||
1312 | found: | 1312 | found: |