tty: 8250: Fix IS-200 PCI ID comment
authorCameron Williams <cang1@live.co.uk>
Fri, 20 Oct 2023 16:03:07 +0000 (17:03 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 21 Oct 2023 16:54:02 +0000 (18:54 +0200)
commit95d2232a6889e457eda8888e1f483eb4ac7c4a75
treeecc74674eecf3034b221e58e739507dba5848735
parente4876dacaca46a1b09f9b417480924ab12019a5b
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>
drivers/tty/serial/8250/8250_pci.c