summaryrefslogtreecommitdiff
path: root/BaseTools/Source/Python/GenFds/Fv.py
diff options
context:
space:
mode:
authorwang xiaofeng <winggundum82@163.com>2016-05-13 11:20:28 +0800
committerStar Zeng <star.zeng@intel.com>2016-05-15 17:45:25 +0800
commitdde4aedc35ee3c06b67c1a5c4f392e7a0b0f8254 (patch)
tree24cfcece7fc6915b79a8780f32ac7a25e8921bc3 /BaseTools/Source/Python/GenFds/Fv.py
parentaa52bace8f4aedb3172dbabb8fed71841e108abd (diff)
downloadedk2-platforms-dde4aedc35ee3c06b67c1a5c4f392e7a0b0f8254.tar.xz
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>
Diffstat (limited to 'BaseTools/Source/Python/GenFds/Fv.py')
0 files changed, 0 insertions, 0 deletions