C and other Super I/O cosmetic fixes.
[coreboot.git] / src / superio / fintek / f71859 / superio.c
index 445f66a6b538b143fb36c0bab12c473e333456ce..d7d71c6ec862e300a93f5aed6edd32cc2f98d4ab 100755 (executable)
@@ -87,9 +87,8 @@ static struct device_operations ops = {
 };
 
 static struct pnp_info pnp_dev_info[] = {
-       /* TODO: Some of the 0x7f8 etc. values may not be correct. */
-       { &ops, F71859_SP1,  PNP_IO0 | PNP_IRQ0, { 0x7f8, 0 }, },
-
+       /* TODO: Some of the 0x07f8 etc. values may not be correct. */
+       { &ops, F71859_SP1, PNP_IO0 | PNP_IRQ0, {0x07f8, 0}, },
 };
 
 static void enable_dev(device_t dev)