Skip to content

Commit 3cec0a2

Browse files
committed
HSD #15011659449: fpga: altera-cvp: PCIex8x8 ports (#94)
Enabling the possibility of supporting multiple PCIe devices from Intel Altera FPGA but with different device ids. The current driver registers itself to all device IDs which causes an incorrect driver association. Signed-off-by: Ang Tien Sung <[email protected]>
1 parent c992c4b commit 3cec0a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/fpga/altera-cvp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ static int altera_cvp_probe(struct pci_dev *pdev,
581581
static void altera_cvp_remove(struct pci_dev *pdev);
582582

583583
static struct pci_device_id altera_cvp_id_tbl[] = {
584-
{ PCI_VDEVICE(ALTERA, PCI_ANY_ID) },
584+
{ PCI_VDEVICE(ALTERA, 0x00) },
585585
{ }
586586
};
587587
MODULE_DEVICE_TABLE(pci, altera_cvp_id_tbl);

0 commit comments

Comments
 (0)