From 06ae6395964b2eb84be10533a7e14049778a45a9 Mon Sep 17 00:00:00 2001 From: Ed Swierk Date: Tue, 1 Apr 2008 02:48:12 +0000 Subject: Tiny style fix for consistency (trivial). Signed-off-by: Ed Swierk Acked-by: Ed Swierk git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3207 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/southbridge/intel/i3100/i3100_early_lpc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/southbridge/intel/i3100/i3100_early_lpc.c b/src/southbridge/intel/i3100/i3100_early_lpc.c index 742cffa2ca..7afe8c1ac2 100644 --- a/src/southbridge/intel/i3100/i3100_early_lpc.c +++ b/src/southbridge/intel/i3100/i3100_early_lpc.c @@ -28,7 +28,7 @@ static void i3100_enable_superio(void) static void i3100_halt_tco_timer(void) { - device_t dev = PCI_DEV(0, 0x1f, 0); + device_t dev = PCI_DEV(0x0, 0x1f, 0x0); /* Temporarily enable the ACPI I/O range at 0x4000 */ pci_write_config32(dev, 0x40, 0x4000 | (1 << 0)); -- cgit v1.2.3