X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=IntelFsp2Pkg%2FFspSecCore%2FSecFspApiChk.c;h=236288f77c9d2d5db9b7960c87c722c263c79497;hp=bace5eca4315814a34203bdac4bcdf65c1001e7e;hb=e37bb20c7b4e63de1664edae19afc7c1a95853fa;hpb=1c2f052de2064a0f973aa27767516dfbd90b4fbd diff --git a/IntelFsp2Pkg/FspSecCore/SecFspApiChk.c b/IntelFsp2Pkg/FspSecCore/SecFspApiChk.c index bace5eca43..236288f77c 100644 --- a/IntelFsp2Pkg/FspSecCore/SecFspApiChk.c +++ b/IntelFsp2Pkg/FspSecCore/SecFspApiChk.c @@ -1,6 +1,6 @@ /** @file - Copyright (c) 2016, Intel Corporation. All rights reserved.
+ Copyright (c) 2016 - 2018, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -33,7 +33,7 @@ FspApiCallingCheck ( Status = EFI_SUCCESS; FspData = GetFspGlobalDataPointer (); - + if (ApiIdx == NotifyPhaseApiIndex) { // // NotifyPhase check @@ -92,6 +92,6 @@ FspApiCallingCheck ( SetFspApiCallingIndex (ApiIdx); } } - + return Status; }