Skip to content

Commit 489b1f4

Browse files
kishonLorenzo Pieralisi
authored andcommitted
misc: pci_endpoint_test: Populate sriov_configure ops to configure SR-IOV device
Populate sriov_configure ops with pci_sriov_configure_simple to configure SR-IOV device. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Kishon Vijay Abraham I <[email protected]> Signed-off-by: Lorenzo Pieralisi <[email protected]>
1 parent e19a0ad commit 489b1f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/misc/pci_endpoint_test.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -978,6 +978,7 @@ static struct pci_driver pci_endpoint_test_driver = {
978978
.id_table = pci_endpoint_test_tbl,
979979
.probe = pci_endpoint_test_probe,
980980
.remove = pci_endpoint_test_remove,
981+
.sriov_configure = pci_sriov_configure_simple,
981982
};
982983
module_pci_driver(pci_endpoint_test_driver);
983984

0 commit comments

Comments
 (0)