diff --git a/net/x25/af_x25.c b/net/x25/af_x25.c
index cb1f5016c433a64f8593d90a97393f7fa5258912..d8d603aa488754fe795329d6d58ebef48ddaf7de 100644
--- a/net/x25/af_x25.c
+++ b/net/x25/af_x25.c
@@ -546,7 +546,7 @@ static int x25_create(struct net *net, struct socket *sock, int protocol,
 	if (protocol)
 		goto out;
 
-	rc = -ENOBUFS;
+	rc = -ENOMEM;
 	if ((sk = x25_alloc_socket(net, kern)) == NULL)
 		goto out;