From 676c84f7d1d780138ad2aa600ee3b7502443c353 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Mon, 8 Jun 2020 10:07:17 -0500 Subject: kernel-5.8.0-0.rc0.20200608gitaf7b4801030c.1 * Mon Jun 08 2020 Justin M. Forbes [5.8.0-0.rc0.20200608gitaf7b4801030c.1] - Fedora config updates ("Justin M. Forbes") Resolves: rhbz# Signed-off-by: Justin M. Forbes --- 0001-mpt-remove-certain-deprecated-pci-ids.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '0001-mpt-remove-certain-deprecated-pci-ids.patch') diff --git a/0001-mpt-remove-certain-deprecated-pci-ids.patch b/0001-mpt-remove-certain-deprecated-pci-ids.patch index efd99e59b..196f8c174 100644 --- a/0001-mpt-remove-certain-deprecated-pci-ids.patch +++ b/0001-mpt-remove-certain-deprecated-pci-ids.patch @@ -35,10 +35,10 @@ Signed-off-by: Jeremy Cline 1 file changed, 4 insertions(+) diff --git a/drivers/scsi/mpt3sas/mpt3sas_scsih.c b/drivers/scsi/mpt3sas/mpt3sas_scsih.c -index 04a40afe60e3..cec7799dc23f 100644 +index 08fc4b381056..1305a2b72536 100644 --- a/drivers/scsi/mpt3sas/mpt3sas_scsih.c +++ b/drivers/scsi/mpt3sas/mpt3sas_scsih.c -@@ -11031,6 +11031,7 @@ bool scsih_ncq_prio_supp(struct scsi_device *sdev) +@@ -11033,6 +11033,7 @@ bool scsih_ncq_prio_supp(struct scsi_device *sdev) * The pci device ids are defined in mpi/mpi2_cnfg.h. */ static const struct pci_device_id mpt3sas_pci_table[] = { @@ -46,7 +46,7 @@ index 04a40afe60e3..cec7799dc23f 100644 /* Spitfire ~ 2004 */ { MPI2_MFGPAGE_VENDORID_LSI, MPI2_MFGPAGE_DEVID_SAS2004, PCI_ANY_ID, PCI_ANY_ID }, -@@ -11049,6 +11050,7 @@ static const struct pci_device_id mpt3sas_pci_table[] = { +@@ -11051,6 +11052,7 @@ static const struct pci_device_id mpt3sas_pci_table[] = { PCI_ANY_ID, PCI_ANY_ID }, { MPI2_MFGPAGE_VENDORID_LSI, MPI2_MFGPAGE_DEVID_SAS2116_2, PCI_ANY_ID, PCI_ANY_ID }, @@ -54,7 +54,7 @@ index 04a40afe60e3..cec7799dc23f 100644 /* Thunderbolt ~ 2208 */ { MPI2_MFGPAGE_VENDORID_LSI, MPI2_MFGPAGE_DEVID_SAS2208_1, PCI_ANY_ID, PCI_ANY_ID }, -@@ -11073,9 +11075,11 @@ static const struct pci_device_id mpt3sas_pci_table[] = { +@@ -11075,9 +11077,11 @@ static const struct pci_device_id mpt3sas_pci_table[] = { PCI_ANY_ID, PCI_ANY_ID }, { MPI2_MFGPAGE_VENDORID_LSI, MPI2_MFGPAGE_DEVID_SWITCH_MPI_EP_1, PCI_ANY_ID, PCI_ANY_ID }, -- cgit