Revision: 16503
          http://sourceforge.net/p/edk2/code/16503
Author:   lgao4
Date:     2014-12-12 03:17:55 +0000 (Fri, 12 Dec 2014)
Log Message:
-----------
MdeModulePkg DXE FpdtStatusCodeHandler: Check Boolean value in if statement.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Liming Gao <[email protected]>
Reviewed-by: Eric Dong <[email protected]>

Modified Paths:
--------------
    
trunk/edk2/MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableDxe/FirmwarePerformanceDxe.c

Modified: 
trunk/edk2/MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableDxe/FirmwarePerformanceDxe.c
===================================================================
--- 
trunk/edk2/MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableDxe/FirmwarePerformanceDxe.c
     2014-12-12 02:15:13 UTC (rev 16502)
+++ 
trunk/edk2/MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableDxe/FirmwarePerformanceDxe.c
     2014-12-12 03:17:55 UTC (rev 16503)
@@ -744,7 +744,7 @@
   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.


------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to