[coreboot] r645 - coreboot-v3/superio/fintek/f71805f

svn at coreboot.org svn at coreboot.org
Mon Mar 24 06:59:55 CET 2008


Author: cozzie
Date: 2008-03-24 06:59:53 +0100 (Mon, 24 Mar 2008)
New Revision: 645

Modified:
   coreboot-v3/superio/fintek/f71805f/superio.c
Log:
Small fixes to make the Fintek F71805f compile (trivial)

Signed-off-by: Corey Osgood <corey.osgood at gmail.com>
Acked-by: Corey Osgood <corey.osgood at gmail.com>



Modified: coreboot-v3/superio/fintek/f71805f/superio.c
===================================================================
--- coreboot-v3/superio/fintek/f71805f/superio.c	2008-03-17 01:40:56 UTC (rev 644)
+++ coreboot-v3/superio/fintek/f71805f/superio.c	2008-03-24 05:59:53 UTC (rev 645)
@@ -67,13 +67,13 @@
 {
 	pnp_enter_conf_state(dev);   
 	pnp_set_logical_device(dev);
-	pnp_set_enable(dev, dev->enabled)
+	pnp_set_enable(dev, dev->enabled);
 	pnp_exit_conf_state(dev);  
 }
 
 static void f71805f_init(struct device *dev)
 {
-	struct superio_smsc_f71805f_config *conf = dev->chip_info;
+	struct superio_fintek_f71805f_config *conf = dev->device_configuration;
 	struct resource *res0, *res1;
 
 	if (!dev->enabled)





More information about the coreboot mailing list