diff options
Diffstat (limited to 'drivers/s390')
-rw-r--r-- | drivers/s390/net/qeth_l3_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/s390/net/qeth_l3_main.c b/drivers/s390/net/qeth_l3_main.c index a856cb47fc78..21c439046b3c 100644 --- a/drivers/s390/net/qeth_l3_main.c +++ b/drivers/s390/net/qeth_l3_main.c | |||
@@ -3250,7 +3250,7 @@ static int qeth_l3_ip_event(struct notifier_block *this, | |||
3250 | struct qeth_ipaddr *addr; | 3250 | struct qeth_ipaddr *addr; |
3251 | struct qeth_card *card; | 3251 | struct qeth_card *card; |
3252 | 3252 | ||
3253 | if (dev->nd_net != &init_net) | 3253 | if (dev_net(dev) != &init_net) |
3254 | return NOTIFY_DONE; | 3254 | return NOTIFY_DONE; |
3255 | 3255 | ||
3256 | QETH_DBF_TEXT(trace, 3, "ipevent"); | 3256 | QETH_DBF_TEXT(trace, 3, "ipevent"); |