mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-06 05:06:29 +00:00
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>
This commit is contained in:
parent
8e9f8261d7
commit
a85f12ad12
@ -1752,7 +1752,7 @@ static const struct exar8250_board pbn_exar_XR17V8358 = {
|
||||
PCI_DEVICE_SUB( \
|
||||
PCI_VENDOR_ID_EXAR, \
|
||||
PCI_DEVICE_ID_EXAR_##devid, \
|
||||
PCI_VENDOR_ID_IBM, \
|
||||
PCI_SUBVENDOR_ID_IBM, \
|
||||
PCI_SUBDEVICE_ID_IBM_##sdevid), 0, 0, \
|
||||
(kernel_ulong_t)&bd \
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user