mirror of https://github.com/acidanthera/audk.git
Return the correct status at the last of UnregisterAtaDevice.
Signed-off-by: li-elvin Reviewed-by: erictian, hhuan13 git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11973 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
9972247d89
commit
5d0066d872
|
@ -506,7 +506,7 @@ UnregisterAtaDevice (
|
||||||
}
|
}
|
||||||
|
|
||||||
ReleaseAtaResources (AtaDevice);
|
ReleaseAtaResources (AtaDevice);
|
||||||
return Status;
|
return EFI_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue