[coreboot-gerrit] Change in coreboot[master]: intel/common: drop duplicate initializer

Patrick Georgi (Code Review) gerrit at coreboot.org
Fri May 12 14:08:23 CEST 2017


Patrick Georgi has submitted this change and it was merged. ( https://review.coreboot.org/19656 )

Change subject: intel/common: drop duplicate initializer
......................................................................


intel/common: drop duplicate initializer

Change-Id: I99d0bd7d9b897a10edce35316e095e0223522c54
Signed-off-by: Patrick Georgi <pgeorgi at google.com>
Found-by: clang
Reviewed-on: https://review.coreboot.org/19656
Reviewed-by: Aaron Durbin <adurbin at chromium.org>
Tested-by: build bot (Jenkins) <no-reply at coreboot.org>
Reviewed-by: Andrey Petrov <andrey.petrov at intel.com>
Reviewed-by: Edward O'Callaghan <quasisec at google.com>
Reviewed-by: Philippe Mathieu-Daudé <philippe.mathieu.daude at gmail.com>
---
M src/soc/intel/common/block/cse/cse.c
1 file changed, 0 insertions(+), 1 deletion(-)

Approvals:
  Andrey Petrov: Looks good to me, approved
  Aaron Durbin: Looks good to me, approved
  Philippe Mathieu-Daudé: Looks good to me, but someone else must approve
  Edward O'Callaghan: Looks good to me, but someone else must approve
  build bot (Jenkins): Verified



diff --git a/src/soc/intel/common/block/cse/cse.c b/src/soc/intel/common/block/cse/cse.c
index 5c136df..1990cd1 100644
--- a/src/soc/intel/common/block/cse/cse.c
+++ b/src/soc/intel/common/block/cse/cse.c
@@ -464,7 +464,6 @@
 	.read_resources		= pci_dev_read_resources,
 	.enable_resources	= pci_dev_enable_resources,
 	.init			= pci_dev_init,
-	.enable_resources	= pci_dev_enable_resources
 };
 
 static const struct pci_driver cse_driver __pci_driver = {

-- 
To view, visit https://review.coreboot.org/19656
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I99d0bd7d9b897a10edce35316e095e0223522c54
Gerrit-PatchSet: 2
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Patrick Georgi <pgeorgi at google.com>
Gerrit-Reviewer: Aaron Durbin <adurbin at chromium.org>
Gerrit-Reviewer: Andrey Petrov <andrey.petrov at intel.com>
Gerrit-Reviewer: Edward O'Callaghan <quasisec at google.com>
Gerrit-Reviewer: Martin Roth <martinroth at google.com>
Gerrit-Reviewer: Patrick Georgi <pgeorgi at google.com>
Gerrit-Reviewer: Paul Menzel <paulepanter at users.sourceforge.net>
Gerrit-Reviewer: Philippe Mathieu-Daudé <philippe.mathieu.daude at gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply at coreboot.org>



More information about the coreboot-gerrit mailing list