summaryrefslogtreecommitdiffstats
path: root/0001-qla2xxx-Remove-PCI-IDs-of-deprecated-adapter.patch
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2020-08-24 09:10:00 -0500
committerJustin M. Forbes <jforbes@fedoraproject.org>2020-08-24 09:10:00 -0500
commit427e0b0cd9f365866f7b2517c77ed712f5df9cc7 (patch)
tree84269eebd5b635c080ac1c12ec59981ee888ff7a /0001-qla2xxx-Remove-PCI-IDs-of-deprecated-adapter.patch
parentb22144999f0a40e1bb720146c2ce708c478a8f74 (diff)
downloadkernel-427e0b0cd9f365866f7b2517c77ed712f5df9cc7.tar.gz
kernel-427e0b0cd9f365866f7b2517c77ed712f5df9cc7.tar.xz
kernel-427e0b0cd9f365866f7b2517c77ed712f5df9cc7.zip
kernel-5.9.0-0.rc2.1
* Mon Aug 24 2020 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.9.0-0.rc2.1] - v5.9-rc2 rebase - Updated changelog for the release based on c3d8f220d012 (Fedora Kernel Team) Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
Diffstat (limited to '0001-qla2xxx-Remove-PCI-IDs-of-deprecated-adapter.patch')
-rw-r--r--0001-qla2xxx-Remove-PCI-IDs-of-deprecated-adapter.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/0001-qla2xxx-Remove-PCI-IDs-of-deprecated-adapter.patch b/0001-qla2xxx-Remove-PCI-IDs-of-deprecated-adapter.patch
index 765d32e4d..f62c26e34 100644
--- a/0001-qla2xxx-Remove-PCI-IDs-of-deprecated-adapter.patch
+++ b/0001-qla2xxx-Remove-PCI-IDs-of-deprecated-adapter.patch
@@ -44,10 +44,10 @@ Note: Simplified backport to just pci-ids
1 file changed, 6 insertions(+)
diff --git a/drivers/scsi/qla2xxx/qla_os.c b/drivers/scsi/qla2xxx/qla_os.c
-index 9b59f032a569..c27e39378aa9 100644
+index 8da00ba54aec..cf5ccbdd7fbc 100644
--- a/drivers/scsi/qla2xxx/qla_os.c
+++ b/drivers/scsi/qla2xxx/qla_os.c
-@@ -7795,6 +7795,7 @@ static const struct pci_error_handlers qla2xxx_err_handler = {
+@@ -7796,6 +7796,7 @@ static const struct pci_error_handlers qla2xxx_err_handler = {
};
static struct pci_device_id qla2xxx_pci_tbl[] = {
@@ -55,7 +55,7 @@ index 9b59f032a569..c27e39378aa9 100644
{ PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP2100) },
{ PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP2200) },
{ PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP2300) },
-@@ -7807,13 +7808,18 @@ static struct pci_device_id qla2xxx_pci_tbl[] = {
+@@ -7808,13 +7809,18 @@ static struct pci_device_id qla2xxx_pci_tbl[] = {
{ PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP8432) },
{ PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP5422) },
{ PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP5432) },