On Fri, Jul 14, 2023 at 08:56:07PM +0200, Amadeusz Sławiński wrote:
Instead of using local macro to match PCI device, use global one.
...
@@ -2718,7 +2718,6 @@
#define PCI_DEVICE_ID_INTEL_82840_HB 0x1a21
#define PCI_DEVICE_ID_INTEL_82845_HB 0x1a30
#define PCI_DEVICE_ID_INTEL_IOAT 0x1a38
-#define PCI_DEVICE_ID_INTEL_HDA_APL_T 0x1a98
#define PCI_DEVICE_ID_INTEL_HDA_CPT 0x1c20
#define PCI_DEVICE_ID_INTEL_COUGARPOINT_LPC_MIN 0x1c41
#define PCI_DEVICE_ID_INTEL_COUGARPOINT_LPC_MAX 0x1c5f
Looks like it should be a separate change.