diff options
Diffstat (limited to 'net/netrom/af_netrom.c')
-rw-r--r-- | net/netrom/af_netrom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/netrom/af_netrom.c b/net/netrom/af_netrom.c index 4bdd5697f63b..71604c6613b5 100644 --- a/net/netrom/af_netrom.c +++ b/net/netrom/af_netrom.c | |||
@@ -431,7 +431,7 @@ static int nr_create(struct net *net, struct socket *sock, int protocol, | |||
431 | struct sock *sk; | 431 | struct sock *sk; |
432 | struct nr_sock *nr; | 432 | struct nr_sock *nr; |
433 | 433 | ||
434 | if (net != &init_net) | 434 | if (!net_eq(net, &init_net)) |
435 | return -EAFNOSUPPORT; | 435 | return -EAFNOSUPPORT; |
436 | 436 | ||
437 | if (sock->type != SOCK_SEQPACKET || protocol != 0) | 437 | if (sock->type != SOCK_SEQPACKET || protocol != 0) |