]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/pci/pci.c
PCI: restore saved SR-IOV state
[linux-2.6-omap-h63xx.git] / drivers / pci / pci.c
index 2b3201ec2b0569d9b49a318f827f65770abcacb1..676bbcbc272b2d4f39872e10e4912a011fe048fe 100644 (file)
@@ -775,6 +775,7 @@ pci_restore_state(struct pci_dev *dev)
        }
        pci_restore_pcix_state(dev);
        pci_restore_msi_state(dev);
+       pci_restore_iov_state(dev);
 
        return 0;
 }