aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/net/qeth_l2_main.c
diff options
context:
space:
mode:
authorJulian Wiedmann <jwi@linux.ibm.com>2020-08-27 10:17:01 +0200
committerDavid S. Miller <davem@davemloft.net>2020-08-27 07:42:03 -0700
commit16379503de2e8530a9e01d78b782e34b15e708aa (patch)
tree69548de347ce35b3d619c32005534c3c95407eec /drivers/s390/net/qeth_l2_main.c
parents390/qeth: make queue lock a proper spinlock (diff)
downloadlinux-dev-16379503de2e8530a9e01d78b782e34b15e708aa.tar.xz
linux-dev-16379503de2e8530a9e01d78b782e34b15e708aa.zip
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 <jwi@linux.ibm.com> Reviewed-by: Alexandra Winter <wintera@linux.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r--drivers/s390/net/qeth_l2_main.c2
1 files changed, 0 insertions, 2 deletions
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);
}
}