diff options
author | jcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-11-12 21:40:12 +0000 |
---|---|---|
committer | jcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-11-12 21:40:12 +0000 |
commit | ff51746bd46b25a88eb6c131c52e1d9fd610af28 (patch) | |
tree | 81daad0e45e04e9171714e22b59e356e0c426e2e /ShellPkg/Include | |
parent | a12e31e6801ba07da25425bb546a65a61a78b1c2 (diff) | |
download | edk2-ff51746bd46b25a88eb6c131c52e1d9fd610af28.zip edk2-ff51746bd46b25a88eb6c131c52e1d9fd610af28.tar.gz edk2-ff51746bd46b25a88eb6c131c52e1d9fd610af28.tar.bz2 |
update error handling to use less ASSERT.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11053 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ShellPkg/Include')
-rw-r--r-- | ShellPkg/Include/Library/HandleParsingLib.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ShellPkg/Include/Library/HandleParsingLib.h b/ShellPkg/Include/Library/HandleParsingLib.h index b8166ff..8c0b81d 100644 --- a/ShellPkg/Include/Library/HandleParsingLib.h +++ b/ShellPkg/Include/Library/HandleParsingLib.h @@ -331,7 +331,8 @@ GetHandleListByProtocol ( @param[in] ProtocolGuids A NULL terminated list of protocol GUIDs.
@retval NULL A memory allocation failed.
- @return A NULL terminated list of handles.
+ @retval NULL ProtocolGuids was NULL.
+ @return A NULL terminated list of EFI_HANDLEs.
**/
EFI_HANDLE*
EFIAPI
|