]> git.baikalelectronics.ru Git - kernel.git/commit
serial: 8250_pci: Fix ACCES entries in pci_serial_quirks array
authorJay Dolan <jay.dolan@accesio.com>
Mon, 22 Nov 2021 12:06:03 +0000 (14:06 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 25 Nov 2021 17:42:10 +0000 (18:42 +0100)
commit4f80e3aacbaefef6696485cdf50ab2d936f609b3
tree8c34847e06fcb4d201925427bf157204df0c9f3b
parenta29c4d58519e84d8aae1854748a748a656f6ca48
serial: 8250_pci: Fix ACCES entries in pci_serial_quirks array

Fix error in table for PCI_DEVICE_ID_ACCESIO_PCIE_ICM_4S that caused it
and PCI_DEVICE_ID_ACCESIO_PCIE_ICM232_4 to be missing their fourth port.

Fixes: 7216b480fb24 ("serial: 8250_pci: Have ACCES cards that use the four port Pericom PI7C9X7954 chip use the pci_pericom_setup()")
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Jay Dolan <jay.dolan@accesio.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20211122120604.3909-2-andriy.shevchenko@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/8250/8250_pci.c