diff options
Diffstat (limited to 'drivers/net/wan/dlci.c')
-rw-r--r-- | drivers/net/wan/dlci.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/wan/dlci.c b/drivers/net/wan/dlci.c index 66be20c292b6..61041d5186ac 100644 --- a/drivers/net/wan/dlci.c +++ b/drivers/net/wan/dlci.c | |||
@@ -513,6 +513,9 @@ static int dlci_dev_event(struct notifier_block *unused, | |||
513 | { | 513 | { |
514 | struct net_device *dev = (struct net_device *) ptr; | 514 | struct net_device *dev = (struct net_device *) ptr; |
515 | 515 | ||
516 | if (dev->nd_net != &init_net) | ||
517 | return NOTIFY_DONE; | ||
518 | |||
516 | if (event == NETDEV_UNREGISTER) { | 519 | if (event == NETDEV_UNREGISTER) { |
517 | struct dlci_local *dlp; | 520 | struct dlci_local *dlp; |
518 | 521 | ||