Commit 52d3662a authored by Dave Jones's avatar Dave Jones Committed by Dave Jones

[WATCHDOG] Use symbolic PCI names instead of hardcoded values.

parent 1cd15c47
......@@ -292,7 +292,7 @@ static struct miscdevice amdtco_miscdev =
static struct pci_device_id amdtco_pci_tbl[] __initdata = {
/* AMD 766 PCI_IDs here */
{ 0x1022, 0x7443, PCI_ANY_ID, PCI_ANY_ID, },
{ PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_OPUS_7443, PCI_ANY_ID, PCI_ANY_ID, },
{ 0, }
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment