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:
li-elvin 2011-07-05 04:34:03 +00:00
parent 9972247d89
commit 5d0066d872
1 changed files with 1 additions and 1 deletions

View File

@ -506,7 +506,7 @@ UnregisterAtaDevice (
}
ReleaseAtaResources (AtaDevice);
return Status;
return EFI_SUCCESS;
}