summaryrefslogtreecommitdiff
path: root/ArmPkg/Universal
diff options
context:
space:
mode:
Diffstat (limited to 'ArmPkg/Universal')
-rw-r--r--ArmPkg/Universal/MmcDxe/Mmc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ArmPkg/Universal/MmcDxe/Mmc.c b/ArmPkg/Universal/MmcDxe/Mmc.c
index 90d1172..9c67867 100644
--- a/ArmPkg/Universal/MmcDxe/Mmc.c
+++ b/ArmPkg/Universal/MmcDxe/Mmc.c
@@ -155,9 +155,9 @@ EFI_STATUS DestroyMmcHostInstance(
// Uninstall Protocol Interfaces
Status = gBS->UninstallMultipleProtocolInterfaces(
- &MmcHostInstance->MmcHandle,
+ MmcHostInstance->MmcHandle,
&gEfiBlockIoProtocolGuid,&(MmcHostInstance->BlockIo),
- &gEfiDevicePathProtocolGuid,&(MmcHostInstance->DevicePath),
+ &gEfiDevicePathProtocolGuid,MmcHostInstance->DevicePath,
NULL
);
ASSERT_EFI_ERROR (Status);