[coreboot-gerrit] New patch to review for coreboot: 166aa70 southbridge/intel/bd82x6x/early_smbus.c: Use 'pci_devfn_t'

Edward O'Callaghan (eocallaghan@alterapraxis.com) gerrit at coreboot.org
Sat Jul 12 12:05:54 CEST 2014


Edward O'Callaghan (eocallaghan at alterapraxis.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/6267

-gerrit

commit 166aa70c5980284c17271c44e021811546626fd9
Author: Edward O'Callaghan <eocallaghan at alterapraxis.com>
Date:   Sat Jul 12 19:59:31 2014 +1000

    southbridge/intel/bd82x6x/early_smbus.c: Use 'pci_devfn_t'
    
    Straighten out typedef usage between 'pci_devfn_t' vs. 'device_t' with
    the aim to deprecate one version of 'device_t' various typedefs.
    
    Change-Id: I5cdd61292925ec2c5d42969cf6a118c9c49bbcb4
    Signed-off-by: Edward O'Callaghan <eocallaghan at alterapraxis.com>
---
 src/southbridge/intel/bd82x6x/early_smbus.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/southbridge/intel/bd82x6x/early_smbus.c b/src/southbridge/intel/bd82x6x/early_smbus.c
index 616e7c3..9105cba 100644
--- a/src/southbridge/intel/bd82x6x/early_smbus.c
+++ b/src/southbridge/intel/bd82x6x/early_smbus.c
@@ -27,7 +27,7 @@
 
 void enable_smbus(void)
 {
-	device_t dev;
+	pci_devfn_t dev;
 
 	/* Set the SMBus device statically. */
 	dev = PCI_DEV(0x0, 0x1f, 0x3);



More information about the coreboot-gerrit mailing list