Blob Blame History Raw
From: Petr Tesarik <ptesarik@suse.com>
Date: Fri, 14 Oct 2022 16:19:00 +0200
Subject: s390/qeth: Remove OSN deprecation notice
Patch-mainline: never, upstream has already removed OSN support
References: jsc#PED-594 LTC#198619

The notice is confusing. It is 2022 already, and OSN is still supported
in SLE15 SP5, based on a discussion with IBM.

Signed-off-by: Petr Tesarik <ptesarik@suse.com>
---
 drivers/s390/net/qeth_l2_main.c |    3 ---
 1 file changed, 3 deletions(-)

--- a/drivers/s390/net/qeth_l2_main.c
+++ b/drivers/s390/net/qeth_l2_main.c
@@ -2429,9 +2429,6 @@ static int qeth_l2_probe_device(struct c
 	struct qeth_card *card = dev_get_drvdata(&gdev->dev);
 	int rc;
 
-	if (IS_OSN(card))
-		dev_notice(&gdev->dev, "OSN support will be dropped in 2021\n");
-
 	qeth_l2_vnicc_set_defaults(card);
 	mutex_init(&card->sbp_lock);