Skip to content

Commit d0ff5b2

Browse files
Cameron Williamsgregkh
authored andcommitted
tty: 8250: Fix port count of PX-257
The port count of the PX-257 Rev3 is actually 2, not 4. Fixes: ef5a03a ("tty: 8250: Add support for Brainboxes PX cards.") Cc: stable@vger.kernel.org Signed-off-by: Cameron Williams <cang1@live.co.uk> Link: https://lore.kernel.org/r/DU0PR02MB7899C804D9F04E727B5A0E8FC4DBA@DU0PR02MB7899.eurprd02.prod.outlook.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 4d994e3 commit d0ff5b2

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
@@ -5230,7 +5230,7 @@ static const struct pci_device_id serial_pci_tbl[] = {
52305230
{ PCI_VENDOR_ID_INTASHIELD, 0x4015,
52315231
PCI_ANY_ID, PCI_ANY_ID,
52325232
0, 0,
5233-
pbn_oxsemi_4_15625000 },
5233+
pbn_oxsemi_2_15625000 },
52345234
/*
52355235
* Brainboxes PX-260/PX-701
52365236
*/

0 commit comments

Comments
 (0)