Skip to content

Commit 9045245

Browse files
andy-shevgregkh
authored andcommitted
serial: 8250_pci: Remove redundant PCI IDs
Driver complains that PCI IDs are not needed for some of the LAVA cards: [ 0.297252] serial 0000:04:00.0: Redundant entry in serial pci_table. [ 0.297252] Please send the output of lspci -vv, this [ 0.297252] message (0x1407,0x0120,0x0000,0x0000), the [ 0.297252] manufacturer and name of serial board or [ 0.297252] modem board to <linux-serial@vger.kernel.org>. Do as suggested. Reported-by: Jimmy A <jimand04@hotmail.com> Closes: https://lore.kernel.org/r/VI1P194MB052751BE157EFE9CEAB75725CE362@VI1P194MB0527.EURP194.PROD.OUTLOOK.COM Signed-off-by: Andy Shevchenko <andy.shevchenko@gmail.com> Link: https://lore.kernel.org/r/20240403224152.945099-1-andy.shevchenko@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 5555980 commit 9045245

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

drivers/tty/serial/8250/8250_pci.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5010,12 +5010,6 @@ static const struct pci_device_id serial_pci_tbl[] = {
50105010
{ PCI_VENDOR_ID_LAVA, PCI_DEVICE_ID_LAVA_QUATRO_B,
50115011
PCI_ANY_ID, PCI_ANY_ID, 0, 0,
50125012
pbn_b0_bt_2_115200 },
5013-
{ PCI_VENDOR_ID_LAVA, PCI_DEVICE_ID_LAVA_QUATTRO_A,
5014-
PCI_ANY_ID, PCI_ANY_ID, 0, 0,
5015-
pbn_b0_bt_2_115200 },
5016-
{ PCI_VENDOR_ID_LAVA, PCI_DEVICE_ID_LAVA_QUATTRO_B,
5017-
PCI_ANY_ID, PCI_ANY_ID, 0, 0,
5018-
pbn_b0_bt_2_115200 },
50195013
{ PCI_VENDOR_ID_LAVA, PCI_DEVICE_ID_LAVA_OCTO_A,
50205014
PCI_ANY_ID, PCI_ANY_ID, 0, 0,
50215015
pbn_b0_bt_4_460800 },

0 commit comments

Comments
 (0)