ata: pata_rdc: Use registered definition for the RDC vendor
Convert to PCI_VDEVICE() and use registered definition for RDC vendor from pci_ids.h. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Reviewed-by: Damien Le Moal <dlemoal@kernel.org> Link: https://lore.kernel.org/r/20250711113650.1475307-1-andriy.shevchenko@linux.intel.com [cassel: add ata: prefix to subject, fix typo in Damien's Rb tag] Signed-off-by: Niklas Cassel <cassel@kernel.org>
This commit is contained in:
parent
5158ec2566
commit
148fbaf571
@ -359,8 +359,8 @@ static void rdc_remove_one(struct pci_dev *pdev)
|
||||
}
|
||||
|
||||
static const struct pci_device_id rdc_pci_tbl[] = {
|
||||
{ PCI_DEVICE(0x17F3, 0x1011), },
|
||||
{ PCI_DEVICE(0x17F3, 0x1012), },
|
||||
{ PCI_VDEVICE(RDC, 0x1011) },
|
||||
{ PCI_VDEVICE(RDC, 0x1012) },
|
||||
{ } /* terminate list */
|
||||
};
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user