X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=net%2Fax25%2Faf_ax25.c;h=01c83e2a4c196f813122158af5aa5bf5ea13cbd0;hb=a1bc6eb4b499ae67ada9a01660010580b6569403;hp=97eaa23ad9ea80c7147d2d8e79e45e98903914aa;hpb=49997d75152b3d23c53b0fa730599f2f74c92c65;p=linux-2.6 diff --git a/net/ax25/af_ax25.c b/net/ax25/af_ax25.c index 97eaa23ad9..01c83e2a4c 100644 --- a/net/ax25/af_ax25.c +++ b/net/ax25/af_ax25.c @@ -116,7 +116,7 @@ static int ax25_device_event(struct notifier_block *this, unsigned long event, { struct net_device *dev = (struct net_device *)ptr; - if (dev_net(dev) != &init_net) + if (!net_eq(dev_net(dev), &init_net)) return NOTIFY_DONE; /* Reject non AX.25 devices */