MdeModulePkg DXE FpdtStatusCodeHandler: Check Boolean value in if statement.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Eric Dong <eric.dong@intel.com>


git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16503 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
Liming Gao 2014-12-12 03:17:55 +00:00 committed by lgao4
parent 99730361ec
commit 0b24f2cfe0
1 changed files with 1 additions and 1 deletions

View File

@ -744,7 +744,7 @@ FpdtExitBootServicesEventNotify (
IN VOID *Context
)
{
if (mDxeCoreReportStatusCodeEnable == FALSE) {
if (!mDxeCoreReportStatusCodeEnable) {
//
// When DxeCore Report Status Code is disabled,
// Unregister boot time report status code listener at ExitBootService Event.