diff --git a/[refs] b/[refs] index 907ca23ddfcb..d6d7af63f342 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e0ebda2ee12c261fb2f2d7abf21489b93d9caa4e +refs/heads/master: f95988de06ea62ef5bd861f06e9ef56cea405ed1 diff --git a/trunk/drivers/acpi/scan.c b/trunk/drivers/acpi/scan.c index f8a0d0f7d197..e380345b643a 100644 --- a/trunk/drivers/acpi/scan.c +++ b/trunk/drivers/acpi/scan.c @@ -1558,7 +1558,8 @@ static acpi_status acpi_bus_check_add(acpi_handle handle, u32 lvl_not_used, return AE_CTRL_DEPTH; } - acpi_add_single_object(&device, handle, type, sta, false); + acpi_add_single_object(&device, handle, type, sta, + type == ACPI_BUS_TYPE_POWER); if (!device) return AE_CTRL_DEPTH;