Revision: 17532
          http://sourceforge.net/p/edk2/code/17532
Author:   niruiyu
Date:     2015-05-28 01:55:15 +0000 (Thu, 28 May 2015)
Log Message:
-----------
MdeModulePkg/PciBusDxe: Remove unused variable assignment

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

Modified Paths:
--------------
    trunk/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/PciBus.c

Modified: trunk/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/PciBus.c
===================================================================
--- trunk/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/PciBus.c  2015-05-28 01:27:46 UTC 
(rev 17531)
+++ trunk/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/PciBus.c  2015-05-28 01:55:15 UTC 
(rev 17532)
@@ -8,7 +8,7 @@
   PCI Root Bridges. So it means platform needs install PCI Root Bridge IO 
protocol for each
   PCI Root Bus and install PCI Host Bridge Resource Allocation Protocol.
 
-Copyright (c) 2006 - 2012, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2006 - 2015, 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
@@ -255,11 +255,11 @@
     }
   }
 
-  Status = gBS->LocateProtocol (
-                  &gEfiIncompatiblePciDeviceSupportProtocolGuid,
-                  NULL,
-                  (VOID **) &gEfiIncompatiblePciDeviceSupport
-                  );
+  gBS->LocateProtocol (
+         &gEfiIncompatiblePciDeviceSupportProtocolGuid,
+         NULL,
+         (VOID **) &gEfiIncompatiblePciDeviceSupport
+         );
 
   //
   // If PCI Platform protocol is available, get it now.


------------------------------------------------------------------------------
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to