diff options
Diffstat (limited to 'MdeModulePkg/Bus/Pci/NvmExpressDxe')
-rw-r--r-- | MdeModulePkg/Bus/Pci/NvmExpressDxe/ComponentName.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Bus/Pci/NvmExpressDxe/ComponentName.c b/MdeModulePkg/Bus/Pci/NvmExpressDxe/ComponentName.c index 60849aea03..855a1b13c6 100644 --- a/MdeModulePkg/Bus/Pci/NvmExpressDxe/ComponentName.c +++ b/MdeModulePkg/Bus/Pci/NvmExpressDxe/ComponentName.c @@ -199,7 +199,7 @@ NvmExpressComponentNameGetControllerName ( Status = EfiTestChildHandle (
ControllerHandle,
ChildHandle,
- &gEfiPciIoProtocolGuid
+ &gEfiNvmExpressPassThruProtocolGuid
);
if (EFI_ERROR (Status)) {
return Status;
|