From: Julian Wiedmann Date: Thu, 27 Aug 2020 08:17:01 +0000 (+0200) Subject: s390/qeth: don't disable address events during initialization X-Git-Tag: microblaze-v5.11~110^2~425^2~4 X-Git-Url: http://git.monstr.eu/?a=commitdiff_plain;h=16379503de2e8530a9e01d78b782e34b15e708aa;p=linux-2.6-microblaze.git s390/qeth: don't disable address events during initialization A newly initialized device is disabled for address events, there's no need to explicitly disable them. Signed-off-by: Julian Wiedmann Reviewed-by: Alexandra Winter Signed-off-by: David S. Miller --- diff --git a/drivers/s390/net/qeth_l2_main.c b/drivers/s390/net/qeth_l2_main.c index 8b342a88ff5c..ea966713ce7e 100644 --- a/drivers/s390/net/qeth_l2_main.c +++ b/drivers/s390/net/qeth_l2_main.c @@ -810,8 +810,6 @@ static void qeth_l2_setup_bridgeport_attrs(struct qeth_card *card) if (card->options.sbp.hostnotification) { if (qeth_bridgeport_an_set(card, 1)) card->options.sbp.hostnotification = 0; - } else { - qeth_bridgeport_an_set(card, 0); } }