File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
drivers/pci/endpoint/functions Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -27,13 +27,13 @@ config PCI_EPF_NTB
27
27
If in doubt, say "N" to disable Endpoint NTB driver.
28
28
29
29
config PCI_EPF_VNTB
30
- tristate "PCI Endpoint NTB driver"
31
- depends on PCI_ENDPOINT
32
- depends on NTB
33
- select CONFIGFS_FS
34
- help
35
- Select this configuration option to enable the Non-Transparent
36
- Bridge (NTB) driver for PCIe Endpoint. NTB driver implements NTB
37
- between PCI Root Port and PCIe Endpoint.
30
+ tristate "PCI Endpoint NTB driver"
31
+ depends on PCI_ENDPOINT
32
+ depends on NTB
33
+ select CONFIGFS_FS
34
+ help
35
+ Select this configuration option to enable the Non-Transparent
36
+ Bridge (NTB) driver for PCIe Endpoint. NTB driver implements NTB
37
+ between PCI Root Port and PCIe Endpoint.
38
38
39
- If in doubt, say "N" to disable Endpoint NTB driver.
39
+ If in doubt, say "N" to disable Endpoint NTB driver.
Original file line number Diff line number Diff line change @@ -979,7 +979,7 @@ static int pci_epf_test_bind(struct pci_epf *epf)
979
979
if (ret )
980
980
epf_test -> dma_supported = false;
981
981
982
- if (linkup_notifier ) {
982
+ if (linkup_notifier || core_init_notifier ) {
983
983
epf -> nb .notifier_call = pci_epf_test_notifier ;
984
984
pci_epc_register_notifier (epc , & epf -> nb );
985
985
} else {
You can’t perform that action at this time.
0 commit comments