mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 08:33:17 +02:00
xhci: pci: Use PCI_VENDOR_ID_RENESAS
Instead of plain hexadecimal, use already defined PCI_VENDOR_ID_RENESAS. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Mathias Nyman <mathias.nyman@linux.intel.com> Link: https://lore.kernel.org/r/20240429140245.3955523-17-mathias.nyman@linux.intel.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
2f8a5b4157
commit
d6b2b694dd
|
|
@ -880,10 +880,10 @@ static const struct xhci_driver_data reneses_data = {
|
|||
|
||||
/* PCI driver selection metadata; PCI hotplugging uses this */
|
||||
static const struct pci_device_id pci_ids[] = {
|
||||
{ PCI_DEVICE(0x1912, 0x0014),
|
||||
{ PCI_DEVICE(PCI_VENDOR_ID_RENESAS, 0x0014),
|
||||
.driver_data = (unsigned long)&reneses_data,
|
||||
},
|
||||
{ PCI_DEVICE(0x1912, 0x0015),
|
||||
{ PCI_DEVICE(PCI_VENDOR_ID_RENESAS, 0x0015),
|
||||
.driver_data = (unsigned long)&reneses_data,
|
||||
},
|
||||
/* handle any USB 3.0 xHCI controller */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user