diff options
Diffstat (limited to 'drivers/pci/iov.c')
-rw-r--r-- | drivers/pci/iov.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pci/iov.c b/drivers/pci/iov.c index 2479ae876482..d9dc7363ac77 100644 --- a/drivers/pci/iov.c +++ b/drivers/pci/iov.c | |||
@@ -450,6 +450,7 @@ found: | |||
450 | iov->total_VFs = total; | 450 | iov->total_VFs = total; |
451 | iov->pgsz = pgsz; | 451 | iov->pgsz = pgsz; |
452 | iov->self = dev; | 452 | iov->self = dev; |
453 | iov->drivers_autoprobe = true; | ||
453 | pci_read_config_dword(dev, pos + PCI_SRIOV_CAP, &iov->cap); | 454 | pci_read_config_dword(dev, pos + PCI_SRIOV_CAP, &iov->cap); |
454 | pci_read_config_byte(dev, pos + PCI_SRIOV_FUNC_LINK, &iov->link); | 455 | pci_read_config_byte(dev, pos + PCI_SRIOV_FUNC_LINK, &iov->link); |
455 | if (pci_pcie_type(dev) == PCI_EXP_TYPE_RC_END) | 456 | if (pci_pcie_type(dev) == PCI_EXP_TYPE_RC_END) |