diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2021-11-19 01:42:36 +0300 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2021-11-19 01:42:36 +0300 |
| commit | 17e10707059d60fce4ab0f1e24785d6ec41a71eb (patch) | |
| tree | 682328a98e2799cc2206ba198147c911e4716c87 /drivers/acpi/scan.c | |
| parent | d1c2b55d84a609c9ede39138d055adcd26fc165f (diff) | |
| parent | 3b2b49e6dfdcf423506a771bf44cee842596351a (diff) | |
| download | linux-17e10707059d60fce4ab0f1e24785d6ec41a71eb.tar.xz | |
Merge tag 'acpi-5.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Pull ACPI fix from Rafael Wysocki:
"Revert the change attempting to release PM resources blocked by unused
ACPI objects after device enumeration, because it caused boot issues
to appear on multiple systems"
* tag 'acpi-5.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm:
Revert "ACPI: scan: Release PM resources blocked by unused objects"
Diffstat (limited to 'drivers/acpi/scan.c')
| -rw-r--r-- | drivers/acpi/scan.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/acpi/scan.c b/drivers/acpi/scan.c index a50f1967c73d..2c80765670bc 100644 --- a/drivers/acpi/scan.c +++ b/drivers/acpi/scan.c @@ -2564,12 +2564,6 @@ int __init acpi_scan_init(void) } } - /* - * Make sure that power management resources are not blocked by ACPI - * device objects with no users. - */ - bus_for_each_dev(&acpi_bus_type, NULL, NULL, acpi_dev_turn_off_if_unused); - acpi_turn_off_unused_power_resources(); acpi_scan_initialized = true; |
