summaryrefslogtreecommitdiff
path: root/IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciCommand.c
diff options
context:
space:
mode:
authorhfang <hfang@6f19259b-4bc3-4df7-8a09-765794883524>2009-01-13 07:28:52 +0000
committerhfang <hfang@6f19259b-4bc3-4df7-8a09-765794883524>2009-01-13 07:28:52 +0000
commit5326528b2f74b3b737c6bafb6d87d98c11947006 (patch)
treea14b7f64a6c97aa1561911085dd77dcf35885f5a /IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciCommand.c
parent46231010bd25ce55917c4bfc88a3d445596a1b1d (diff)
downloadedk2-platforms-5326528b2f74b3b737c6bafb6d87d98c11947006.tar.xz
Fixed For Review
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7253 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciCommand.c')
-rw-r--r--IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciCommand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciCommand.c b/IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciCommand.c
index 506e1803dc..af11143e92 100644
--- a/IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciCommand.c
+++ b/IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciCommand.c
@@ -89,7 +89,7 @@ PciCapabilitySupport (
)
{
- if (PciIoDevice->Pci.Hdr.Status & EFI_PCI_STATUS_CAPABILITY) {
+ if ((PciIoDevice->Pci.Hdr.Status & EFI_PCI_STATUS_CAPABILITY) != 0) {
return TRUE;
}