ata: ahci-pci: Replace magic constant by macro
Replace 0x1b21 by macro PCI_VENDOR_ID_ASMEDIA with the same value. Signed-off-by: Pali Rohár <pali@kernel.org> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
aeea67f9a0
commit
bd0ed9a2d2
@ -37,7 +37,7 @@ U_BOOT_DRIVER(ahci_pci) = {
|
||||
|
||||
static struct pci_device_id ahci_pci_supported[] = {
|
||||
{ PCI_DEVICE_CLASS(PCI_CLASS_STORAGE_SATA_AHCI, ~0) },
|
||||
{ PCI_DEVICE(0x1b21, 0x0611) },
|
||||
{ PCI_DEVICE(PCI_VENDOR_ID_ASMEDIA, 0x0611) },
|
||||
{ PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x6121) },
|
||||
{ PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x6145) },
|
||||
{},
|
||||
|
Loading…
Reference in New Issue
Block a user