]> git.proxmox.com Git - mirror_edk2.git/commit - MdeModulePkg/Core/PiSmmCore/Notify.c
MdeModulePkg/SmmCore: SMM register protocol notify function clarify
authorJeff Fan <jeff.fan@intel.com>
Thu, 7 May 2015 02:29:52 +0000 (02:29 +0000)
committervanjeff <vanjeff@Edk2>
Thu, 7 May 2015 02:29:52 +0000 (02:29 +0000)
commitaeb4c944ba7626ae015a367c2c7bfbd88416f32e
treee87908d57266f33aa3502abd8cbd73ecb50ca88b
parentcf1d73937d8b62dc5872da5c31d678bafafb2b87
MdeModulePkg/SmmCore: SMM register protocol notify function clarify

PI 1.4 clarified SMM register protocol notify function return status as below:
EFI_SUCCESS           Successfully returned the registration record that has
                      been added or unhooked
EFI_INVALID_PARAMETER Protocol is NULL or Registration is NULL
The implementation of SmmRegisterProtocolNotify() already followed this new
rule, needn't to be updated.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jeff Fan <jeff.fan@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17349 6f19259b-4bc3-4df7-8a09-765794883524
MdeModulePkg/Core/PiSmmCore/Notify.c