diff --git a/SOURCES/0001-add-deprecated-ids.patch b/SOURCES/0001-add-deprecated-ids.patch index fef99b0..4769e46 100644 --- a/SOURCES/0001-add-deprecated-ids.patch +++ b/SOURCES/0001-add-deprecated-ids.patch @@ -1,16 +1,15 @@ --- a/src/mptsas.c +++ b/src/mptsas.c -@@ -5290,9 +5290,6 @@ - ioc, MPI_SAS_OP_CLEAR_ALL_PERSISTENT); - } +@@ -5135,8 +5135,6 @@ + int error=0; + int r; -- add_taint(TAINT_SUPPORT_REMOVED, LOCKDEP_STILL_OK); -- pr_warn("MPTSAS MODULE IS NOT SUPPORTED\n"); +- mark_driver_unmaintained(MYNAM); - - error = scsi_add_host(sh, &ioc->pcidev->dev); - if (error) { - dprintk(ioc, printk(MYIOC_s_ERR_FMT -@@ -5356,8 +5353,18 @@ + r = mpt_attach(pdev,id); + if (r) + return r; +@@ -5355,8 +5353,18 @@ } static struct pci_device_id mptsas_pci_table[] = {