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 <andriy.shevchenko@linux.intel.com> Tested-by: Parker Newman <pnewman@connecttech.com> Link: https://lore.kernel.org/r/20240503171917.2921250-5-andriy.shevchenko@linux.intel.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 8e9f826 commit a85f12a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)