···8484 virtfn->dev.parent = dev->dev.parent;8585 virtfn->physfn = pci_dev_get(dev);8686 virtfn->is_virtfn = 1;8787+ virtfn->multifunction = 0;87888889 for (i = 0; i < PCI_SRIOV_NUM_BARS; i++) {8990 res = dev->resource + PCI_IOV_RESOURCES + i;
+1-1
drivers/pci/pci.c
···29612961EXPORT_SYMBOL_GPL(pci_check_and_mask_intx);2962296229632963/**29642964- * pci_check_and_mask_intx - unmask INTx of no interrupt is pending29642964+ * pci_check_and_unmask_intx - unmask INTx if no interrupt is pending29652965 * @dev: the PCI device to operate on29662966 *29672967 * Check if the device dev has its INTx line asserted, unmask it if not