summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica
diff options
context:
space:
mode:
authornjl <njl@FreeBSD.org>2004-05-28 06:29:30 +0000
committernjl <njl@FreeBSD.org>2004-05-28 06:29:30 +0000
commitaeb7add661f8085d41c088d464c827fbc89cea49 (patch)
tree3a9d6c5b8c986dc03802adcc6f94f89383c7a14a /sys/dev/acpica
parent0a67198e382b28093d6d163b1f79d4e1da7de1b7 (diff)
downloadFreeBSD-src-aeb7add661f8085d41c088d464c827fbc89cea49.zip
FreeBSD-src-aeb7add661f8085d41c088d464c827fbc89cea49.tar.gz
Fix paste-o.
Diffstat (limited to 'sys/dev/acpica')
-rw-r--r--sys/dev/acpica/acpi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/acpica/acpi.c b/sys/dev/acpica/acpi.c
index 22897b5..bdd2733 100644
--- a/sys/dev/acpica/acpi.c
+++ b/sys/dev/acpica/acpi.c
@@ -1071,7 +1071,7 @@ acpi_probe_children(device_t bus)
bus_generic_attach(bus);
/* Attach wake sysctls. */
- acpi_wake_sysctl_walk(dev);
+ acpi_wake_sysctl_walk(bus);
ACPI_DEBUG_PRINT((ACPI_DB_OBJECTS, "done attaching children\n"));
return_VOID;
OpenPOWER on IntegriCloud