diff options
Diffstat (limited to 'IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/Ide.c')
-rw-r--r-- | IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/Ide.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/Ide.c b/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/Ide.c index 196f1bd01c..50108d6c9d 100644 --- a/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/Ide.c +++ b/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/Ide.c @@ -698,11 +698,8 @@ DiscoverIdeDevice ( /**
This interface is used to initialize all state data related to the detection of one
channel.
-
- @retval EFI_SUCCESS Completed Successfully.
-
**/
-EFI_STATUS
+VOID
InitializeIDEChannelData (
VOID
)
@@ -712,7 +709,6 @@ InitializeIDEChannelData ( MasterDeviceType = 0xff;
SlaveDeviceExist = FALSE;
SlaveDeviceType = 0xff;
- return EFI_SUCCESS;
}
/**
This function is used to poll for the DRQ bit clear in the Status
|