]> git.baikalelectronics.ru Git - kernel.git/commitdiff
s390/qeth: don't disable address events during initialization
authorJulian Wiedmann <jwi@linux.ibm.com>
Thu, 27 Aug 2020 08:17:01 +0000 (10:17 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 27 Aug 2020 14:42:03 +0000 (07:42 -0700)
A newly initialized device is disabled for address events, there's no
need to explicitly disable them.

Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com>
Reviewed-by: Alexandra Winter <wintera@linux.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/s390/net/qeth_l2_main.c

index 8b342a88ff5cb9c8ab8d0c5e49ee655632fa78f9..ea966713ce7e97703de6fce5dc403c7544d11cc9 100644 (file)
@@ -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);
        }
 }