Loading net/x25/af_x25.c +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
net/x25/af_x25.c +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading