audk/PcAtChipsetPkg
wang xiaofeng dde4aedc35 PcAtChipsetPkg AcpiTimerLib: Fix a logic error
if ((PciRead8 (PCI_LIB_ADDRESS (Bus, Device, Function, EnableRegister) &
EnableMask) != EnableMask)) {

The bracket place is not right, I think it should be

if ((PciRead8 (PCI_LIB_ADDRESS (Bus, Device, Function, EnableRegister)) &
EnableMask) != EnableMask)

Cc: Ruiyu Ni <ruiyu.ni@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: wang xiaofeng <winggundum82@163.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
2016-05-15 17:45:25 +08:00
..
8254TimerDxe PcAtChipsetPkg: Convert all .uni files to utf-8 2015-12-15 04:57:25 +00:00
8259InterruptControllerDxe PcAtChipsetPkg: Convert all .uni files to utf-8 2015-12-15 04:57:25 +00:00
Bus/Pci/IdeControllerDxe PcAtChipsetPkg: Convert all .uni files to utf-8 2015-12-15 04:57:25 +00:00
HpetTimerDxe PcAtChipsetPkg: Convert all .uni files to utf-8 2015-12-15 04:57:25 +00:00
Include Add "#ifdef ... #define ... #endif" check for the header file. 2011-09-07 02:42:52 +00:00
IsaAcpiDxe PcAtChipsetPkg: Convert all .uni files to utf-8 2015-12-15 04:57:25 +00:00
KbcResetDxe PcAtChipsetPkg: Convert all .uni files to utf-8 2015-12-15 04:57:25 +00:00
Library PcAtChipsetPkg AcpiTimerLib: Fix a logic error 2016-05-15 17:45:25 +08:00
PcatRealTimeClockRuntimeDxe MdeModulePkg/PcRtc: Still create timezone variable when Daylight != 0 2016-02-03 16:13:18 +08:00
Contributions.txt */Contributions.txt: Update example email address 2015-02-03 17:29:14 +00:00
License.txt Update copyright format 2012-04-24 06:49:39 +00:00
PcAtChipsetPkg.dec PcAtChipsetPkg: Fix PCD expression build failure 2015-06-12 01:43:46 +00:00
PcAtChipsetPkg.dsc PcAtChipsetPkg/PciHostBridge: Remove PciHostBridge driver 2016-03-29 11:22:07 +08:00
PcAtChipsetPkg.uni PcAtChipsetPkg: Convert all .uni files to utf-8 2015-12-15 04:57:25 +00:00
PcAtChipsetPkgExtra.uni PcAtChipsetPkg: Convert all .uni files to utf-8 2015-12-15 04:57:25 +00:00