fix typo
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28605 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -111,8 +111,10 @@ acpi_enumerate_child_devices(device_node *node, const char *root)
|
|||||||
|
|
||||||
get_device_hid(result, hid);
|
get_device_hid(result, hid);
|
||||||
|
|
||||||
if (gDeviceManager->register_node(node, ACPI_DEVICE_MODULE_NAME, attrs, NULL, &deviceNode) == B_OK)
|
if (gDeviceManager->register_node(node, ACPI_DEVICE_MODULE_NAME, attrs,
|
||||||
acpi_enumerate_child_devices(deviceNode, result);
|
NULL, &deviceNode) == B_OK)
|
||||||
|
acpi_enumerate_child_devices(deviceNode, result);
|
||||||
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case ACPI_TYPE_POWER:
|
case ACPI_TYPE_POWER:
|
||||||
@@ -180,7 +182,7 @@ acpi_module_uninit(void *cookie)
|
|||||||
|
|
||||||
|
|
||||||
static int32
|
static int32
|
||||||
apci_module_std_ops(int32 op, ...)
|
acpi_module_std_ops(int32 op, ...)
|
||||||
{
|
{
|
||||||
switch (op) {
|
switch (op) {
|
||||||
case B_MODULE_INIT:
|
case B_MODULE_INIT:
|
||||||
@@ -203,7 +205,7 @@ static struct acpi_root_info sACPIRootModule = {
|
|||||||
{
|
{
|
||||||
ACPI_ROOT_MODULE_NAME,
|
ACPI_ROOT_MODULE_NAME,
|
||||||
0,
|
0,
|
||||||
apci_module_std_ops
|
acpi_module_std_ops
|
||||||
},
|
},
|
||||||
|
|
||||||
acpi_module_supports_device,
|
acpi_module_supports_device,
|
||||||
|
|||||||
Reference in New Issue
Block a user