diff options
Diffstat (limited to 'drivers/s390/net/qeth_main.c')
-rw-r--r-- | drivers/s390/net/qeth_main.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/s390/net/qeth_main.c b/drivers/s390/net/qeth_main.c index 62606ce26e5..d063e9ecf80 100644 --- a/drivers/s390/net/qeth_main.c +++ b/drivers/s390/net/qeth_main.c | |||
@@ -8622,6 +8622,9 @@ qeth_ip_event(struct notifier_block *this, | |||
8622 | struct qeth_ipaddr *addr; | 8622 | struct qeth_ipaddr *addr; |
8623 | struct qeth_card *card; | 8623 | struct qeth_card *card; |
8624 | 8624 | ||
8625 | if (dev->nd_net != &init_net) | ||
8626 | return NOTIFY_DONE; | ||
8627 | |||
8625 | QETH_DBF_TEXT(trace,3,"ipevent"); | 8628 | QETH_DBF_TEXT(trace,3,"ipevent"); |
8626 | card = qeth_get_card_from_dev(dev); | 8629 | card = qeth_get_card_from_dev(dev); |
8627 | if (!card) | 8630 | if (!card) |