Revision: 16008
          http://sourceforge.net/p/edk2/code/16008
Author:   niruiyu
Date:     2014-09-01 08:48:01 +0000 (Mon, 01 Sep 2014)
Log Message:
-----------
Fix VS2013 build failure.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ruiyu Ni <[email protected]>

Modified Paths:
--------------
    trunk/edk2/DuetPkg/PciBusNoEnumerationDxe/PciEnumeratorSupport.c

Modified: trunk/edk2/DuetPkg/PciBusNoEnumerationDxe/PciEnumeratorSupport.c
===================================================================
--- trunk/edk2/DuetPkg/PciBusNoEnumerationDxe/PciEnumeratorSupport.c    
2014-08-31 07:58:31 UTC (rev 16007)
+++ trunk/edk2/DuetPkg/PciBusNoEnumerationDxe/PciEnumeratorSupport.c    
2014-09-01 08:48:01 UTC (rev 16008)
@@ -1,6 +1,6 @@
 /*++
 
-Copyright (c) 2005 - 2012, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2005 - 2014, Intel Corporation. All rights reserved.<BR>
 This program and the accompanying materials                          
 are licensed and made available under the terms and conditions of the BSD 
License         
 which accompanies this distribution.  The full text of the license may be 
found at        
@@ -196,8 +196,9 @@
   PCI_IO_DEVICE       *PciIoDevice;
   EFI_PCI_IO_PROTOCOL *PciIo;
 
-  Status  = EFI_SUCCESS;
-  SecBus  = 0;
+  Status      = EFI_SUCCESS;
+  SecBus      = 0;
+  PciIoDevice = NULL;
 
   for (Device = 0; Device <= PCI_MAX_DEVICE; Device++) {
 

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to