OK,

Signed-off-by: Ronald Hoogenboom <[email protected]>


On Wed, 2009-02-11 at 12:58 +0100, Carl-Daniel Hailfinger wrote:
> Hi Ronald,
> 
> if you add your Signed-off-by tag, I can commit this patch. While that
> code may have other bugs to fix, your patch fixes at least one of them.
> 
> Regards,
> Carl-Daniel
> 
Index: southbridge/nvidia/mcp55/pci.c
===================================================================
--- southbridge/nvidia/mcp55/pci.c	(revision 1126)
+++ southbridge/nvidia/mcp55/pci.c	(working copy)
@@ -38,7 +38,7 @@
 	u32 dword;
 	u16 word;
 #ifdef CONFIG_PCI_64BIT_PREF_MEM
-	struct device pci_domain_dev;
+	struct device *pci_domain_dev;
 	struct resource *mem1, *mem2;
 #endif
 
--
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to