]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Boolean values and variable type BOOLEAN should not use explicit comparisons to TRUE...
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 30 Jun 2008 02:19:41 +0000 (02:19 +0000)
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 30 Jun 2008 02:19:41 +0000 (02:19 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5377 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Bus/Pci/UndiRuntimeDxe/Init.c

index 28ce11126995e8d3cbc256d1cbe8694a1c4c8015..78b141409e33aeaf48150ec73443853289cc2f12 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Initialization functions for EFI UNDI32 driver.\r
 \r
-Copyright (c) 2006 - 2007, Intel Corporation\r
+Copyright (c) 2006 - 2008, Intel Corporation\r
 All rights reserved. This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
@@ -514,7 +514,7 @@ UndiErrorDeletePxe:
   }\r
 \r
 UndiErrorDeleteDevice:\r
-  if (PciAttributesSaved == TRUE) {\r
+  if (PciAttributesSaved) {\r
     //\r
     // Restore original PCI attributes\r
     //\r