diff --git a/drivers/acpi/bus.c b/drivers/acpi/bus.c index 2e90410a303507b1887b8b95613579b88f1949c2..bdeed39c3d38e4c867bba17f8be948c89487d7ca 100644 --- a/drivers/acpi/bus.c +++ b/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.