Tiny style fix for consistency (trivial).
Signed-off-by: Ed Swierk <eswierk@arastra.com> Acked-by: Ed Swierk <eswierk@arastra.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3207 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
868de9838c
commit
06ae639596
|
@ -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));
|
||||
|
|
Loading…
Reference in New Issue