Loading drivers/acpi/bus.c +2 −1 Original line number Diff line number Diff line Loading @@ -196,7 +196,8 @@ int acpi_bus_set_power(acpi_handle handle, int state) /* Make sure this is a valid target state */ if (!device->flags.power_manageable) { ACPI_INFO((AE_INFO, "Device is not power manageable")); printk(KERN_DEBUG "Device `[%s]is not power manageable", device->kobj.name); return_VALUE(-ENODEV); } /* Loading Loading
drivers/acpi/bus.c +2 −1 Original line number Diff line number Diff line Loading @@ -196,7 +196,8 @@ int acpi_bus_set_power(acpi_handle handle, int state) /* Make sure this is a valid target state */ if (!device->flags.power_manageable) { ACPI_INFO((AE_INFO, "Device is not power manageable")); printk(KERN_DEBUG "Device `[%s]is not power manageable", device->kobj.name); return_VALUE(-ENODEV); } /* Loading