diff --git a/[refs] b/[refs] index ecb7d3f5b0a7..53ac119ec6a9 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e60cc7a6f02598fc23c68a656fe9c263d6531ca0 +refs/heads/master: 81d0273df20edff275e2eefe6b50436af3bdf9e8 diff --git a/trunk/drivers/acpi/bus.c b/trunk/drivers/acpi/bus.c index 2e90410a3035..bdeed39c3d38 100644 --- a/trunk/drivers/acpi/bus.c +++ b/trunk/drivers/acpi/bus.c @@ -869,6 +869,10 @@ static int __init acpi_init(void) } } else disable_acpi(); + + if (acpi_disabled) + return result; + /* * If the laptop falls into the DMI check table, the power state check * will be disabled in the course of device power transistion.