diff options
Diffstat (limited to 'net/atm/clip.c')
| -rw-r--r-- | net/atm/clip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/atm/clip.c b/net/atm/clip.c index 6f8223ebf551..5b5b96344ce6 100644 --- a/net/atm/clip.c +++ b/net/atm/clip.c | |||
| @@ -612,7 +612,7 @@ static int clip_device_event(struct notifier_block *this, unsigned long event, | |||
| 612 | { | 612 | { |
| 613 | struct net_device *dev = arg; | 613 | struct net_device *dev = arg; |
| 614 | 614 | ||
| 615 | if (dev_net(dev) != &init_net) | 615 | if (!net_eq(dev_net(dev), &init_net)) |
| 616 | return NOTIFY_DONE; | 616 | return NOTIFY_DONE; |
| 617 | 617 | ||
| 618 | if (event == NETDEV_UNREGISTER) { | 618 | if (event == NETDEV_UNREGISTER) { |
