Clean up PiSmmCore to pass K8 scan

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10098 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
hhuan13
2010-02-26 04:35:23 +00:00
parent 34f60e4d77
commit 5b422a7bbd
2 changed files with 3 additions and 3 deletions

View File

@@ -321,14 +321,13 @@ SmmLocateHandle (
break;
case ByRegisterNotify:
GetNext = SmmGetNextLocateByRegisterNotify;
//
// Must have SearchKey for locate ByRegisterNotify
//
if (SearchKey == NULL) {
Status = EFI_INVALID_PARAMETER;
break;
}
GetNext = SmmGetNextLocateByRegisterNotify;
break;
case ByProtocol: