|
@@ -1867,7 +1867,7 @@ static int ipmi_pci_resume(struct pci_dev *pdev)
|
|
|
|
|
|
static struct pci_device_id ipmi_pci_devices[] = {
|
|
|
{ PCI_DEVICE(PCI_HP_VENDOR_ID, PCI_MMC_DEVICE_ID) },
|
|
|
- { PCI_DEVICE_CLASS(PCI_ERMC_CLASSCODE, PCI_ERMC_CLASSCODE) }
|
|
|
+ { PCI_DEVICE_CLASS(PCI_ERMC_CLASSCODE, PCI_ERMC_CLASSCODE_MASK) }
|
|
|
};
|
|
|
MODULE_DEVICE_TABLE(pci, ipmi_pci_devices);
|
|
|
|