From: Scott Weaver <scwea...@redhat.com>

[redhat] mptsas: Remove add_taint()

Removed add_taint() call which had been removed in cs9 ba729644ae63e
('mptsas: add new messaging') but not brought to kernel-ark. A new
function to track unmaintained drivers will be added in a later commit
in this series.

Signed-off-by: Scott Weaver <scwea...@redhat.com>

diff --git a/drivers/message/fusion/mptsas.c b/drivers/message/fusion/mptsas.c
index blahblah..blahblah 100644
--- a/drivers/message/fusion/mptsas.c
+++ b/drivers/message/fusion/mptsas.c
@@ -5320,11 +5320,6 @@ mptsas_probe(struct pci_dev *pdev, const struct 
pci_device_id *id)
                    ioc, MPI_SAS_OP_CLEAR_ALL_PERSISTENT);
        }
 
-#ifdef CONFIG_RHEL_DIFFERENCES
-       add_taint(TAINT_SUPPORT_REMOVED, LOCKDEP_STILL_OK);
-       pr_warn("MPTSAS MODULE IS NOT SUPPORTED\n");
-#endif
-
        error = scsi_add_host(sh, &ioc->pcidev->dev);
        if (error) {
                dprintk(ioc, printk(MYIOC_s_ERR_FMT

--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2606
_______________________________________________
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/kernel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to