Skip to content

Commit b589b94

Browse files
tiensungDinh Nguyen
authored andcommitted
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 0690631 commit b589b94

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
@@ -561,7 +561,7 @@ static int altera_cvp_probe(struct pci_dev *pdev,
561561
static void altera_cvp_remove(struct pci_dev *pdev);
562562

563563
static struct pci_device_id altera_cvp_id_tbl[] = {
564-
{ PCI_VDEVICE(ALTERA, PCI_ANY_ID) },
564+
{ PCI_VDEVICE(ALTERA, 0x00) },
565565
{ }
566566
};
567567
MODULE_DEVICE_TABLE(pci, altera_cvp_id_tbl);

0 commit comments

Comments
 (0)