Skip to content

Commit 95d2232

Browse files
Cameron Williamsgregkh
authored andcommitted
tty: 8250: Fix IS-200 PCI ID comment
Fix the PCI comment for the IS-200 card. The PCI ID for the IS-200 is 0x0d80, and the definition used (PCI_DEVICE_ID_INTASHIELD_IS200) is indeed 0x0d80, clarify that by fixing the comment as its neighbouring cards are all at 0x0020 offsets. Signed-off-by: Cameron Williams <cang1@live.co.uk> Link: https://lore.kernel.org/r/DU0PR02MB78993B6AD85F6550AF6590FBC4DBA@DU0PR02MB7899.eurprd02.prod.outlook.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent e4876da commit 95d2232

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5120,7 +5120,7 @@ static const struct pci_device_id serial_pci_tbl[] = {
51205120
* IntaShield IS-200
51215121
*/
51225122
{ PCI_VENDOR_ID_INTASHIELD, PCI_DEVICE_ID_INTASHIELD_IS200,
5123-
PCI_ANY_ID, PCI_ANY_ID, 0, 0, /* 135a.0811 */
5123+
PCI_ANY_ID, PCI_ANY_ID, 0, 0, /* 135a.0d80 */
51245124
pbn_b2_2_115200 },
51255125
/*
51265126
* IntaShield IS-400

0 commit comments

Comments
 (0)