Skip to content

Commit a85f12a

Browse files
andy-shevgregkh
authored andcommitted
serial: 8250_exar: Use PCI_SUBVENDOR_ID_IBM for subvendor ID
Use PCI_SUBVENDOR_ID_IBM for subvendor ID instead of vendor one. Signed-off-by: Andy Shevchenko <[email protected]> Tested-by: Parker Newman <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 8e9f826 commit a85f12a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/tty/serial/8250/8250_exar.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1752,7 +1752,7 @@ static const struct exar8250_board pbn_exar_XR17V8358 = {
17521752
PCI_DEVICE_SUB( \
17531753
PCI_VENDOR_ID_EXAR, \
17541754
PCI_DEVICE_ID_EXAR_##devid, \
1755-
PCI_VENDOR_ID_IBM, \
1755+
PCI_SUBVENDOR_ID_IBM, \
17561756
PCI_SUBDEVICE_ID_IBM_##sdevid), 0, 0, \
17571757
(kernel_ulong_t)&bd \
17581758
}

0 commit comments

Comments
 (0)