hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/s390/net/qeth_l3_sys.c
....@@ -652,7 +652,7 @@
652652 static ssize_t qeth_l3_dev_vipa_del4_store(struct device *dev,
653653 struct device_attribute *attr, const char *buf, size_t count)
654654 {
655
- return qeth_l3_vipa_store(dev, buf, true, count, QETH_PROT_IPV4);
655
+ return qeth_l3_vipa_store(dev, buf, false, count, QETH_PROT_IPV4);
656656 }
657657
658658 static QETH_DEVICE_ATTR(vipa_del4, del4, 0200, NULL,