]> git.dujemihanovic.xyz Git - u-boot.git/commit
ata: ahci-pci: Replace magic constant by macro
authorPali Rohár <pali@kernel.org>
Sun, 4 Dec 2022 12:31:08 +0000 (13:31 +0100)
committerTom Rini <trini@konsulko.com>
Thu, 8 Dec 2022 15:46:01 +0000 (10:46 -0500)
commitbd0ed9a2d251d68e6327656f3d8ef2f145396ee4
tree17f8ae961ae278843325ccfcc43cee619528565d
parentaeea67f9a033ab6f3adca7b30bbd02579f72512f
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>
drivers/ata/ahci-pci.c