X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;ds=sidebyside;f=net%2Fx25%2Faf_x25.c;h=1816899499ce89931da0904f227425cef4672964;hb=1bee1ecf232cd90ad112d78ab5124850b4e5ea09;hp=44d6566dd23e43f3c5de3c140037ccbb68e0cd38;hpb=fd38651716b45f817a542c34cd5336ff372d06e6;p=linux-2.6-microblaze.git diff --git a/net/x25/af_x25.c b/net/x25/af_x25.c index 44d6566dd23e..1816899499ce 100644 --- a/net/x25/af_x25.c +++ b/net/x25/af_x25.c @@ -536,7 +536,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;