Commit af4f949c authored by Len Brown's avatar Len Brown

ACPI: "Device `[%s]' is not power manageable" make message debug only

Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent b3cf2576
...@@ -192,8 +192,8 @@ int acpi_bus_set_power(acpi_handle handle, int state) ...@@ -192,8 +192,8 @@ int acpi_bus_set_power(acpi_handle handle, int state)
/* Make sure this is a valid target state */ /* Make sure this is a valid target state */
if (!device->flags.power_manageable) { if (!device->flags.power_manageable) {
printk(KERN_DEBUG "Device `[%s]' is not power manageable", ACPI_DEBUG_PRINT((ACPI_DB_INFO, "Device `[%s]' is not power manageable",
device->kobj.name); device->kobj.name));
return -ENODEV; return -ENODEV;
} }
/* /*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment