commit | d8ea9872d1a51ef1fb6cb9a186282533662d6283 | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali@kernel.org> | Sun Dec 04 13:31:08 2022 +0100 |
committer | Tom Rini <trini@konsulko.com> | Thu Dec 08 10:46:01 2022 -0500 |
tree | 17f8ae961ae278843325ccfcc43cee619528565d | |
parent | 42d5966b7c03bfe8cd8ae75eea355b3c5dee16d1 [diff] |
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>