Message ID | 20250212223553.2717304-1-kuhanh.murugasen.krishnan@intel.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | fpga: altera-cvp: PCIex8x8 ports | expand |
diff --git a/drivers/fpga/altera-cvp.c b/drivers/fpga/altera-cvp.c index 5af0bd33890c..97e9d4d981ad 100644 --- a/drivers/fpga/altera-cvp.c +++ b/drivers/fpga/altera-cvp.c @@ -560,7 +560,7 @@ static int altera_cvp_probe(struct pci_dev *pdev, static void altera_cvp_remove(struct pci_dev *pdev); static struct pci_device_id altera_cvp_id_tbl[] = { - { PCI_VDEVICE(ALTERA, PCI_ANY_ID) }, + { PCI_VDEVICE(ALTERA, 0x00) }, { } }; MODULE_DEVICE_TABLE(pci, altera_cvp_id_tbl);