code scrub for ConSplitter module.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5598 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -274,6 +274,9 @@ ConSplitterTestControllerHandles (
|
||||
return EFI_UNSUPPORTED;
|
||||
}
|
||||
|
||||
//
|
||||
// Tests whether a controller handle is being managed by a specific driver.
|
||||
//
|
||||
Status = EfiTestManagedDevice (
|
||||
ControllerHandle,
|
||||
DriverBindingHandle,
|
||||
@@ -283,6 +286,9 @@ ConSplitterTestControllerHandles (
|
||||
return Status;
|
||||
}
|
||||
|
||||
//
|
||||
// Tests whether a child handle is a child device of the controller.
|
||||
//
|
||||
Status = EfiTestChildHandle (
|
||||
ControllerHandle,
|
||||
ChildHandle,
|
||||
|
Reference in New Issue
Block a user