aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/acpi')
-rw-r--r--drivers/acpi/bus.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/acpi/bus.c b/drivers/acpi/bus.c
index 917bf2397b22..f4a36d372cac 100644
--- a/drivers/acpi/bus.c
+++ b/drivers/acpi/bus.c
@@ -196,7 +196,8 @@ int acpi_bus_set_power(acpi_handle handle, int state)
196 /* Make sure this is a valid target state */ 196 /* Make sure this is a valid target state */
197 197
198 if (!device->flags.power_manageable) { 198 if (!device->flags.power_manageable) {
199 ACPI_INFO((AE_INFO, "Device is not power manageable")); 199 printk(KERN_DEBUG "Device `[%s]is not power manageable",
200 device->kobj.name);
200 return_VALUE(-ENODEV); 201 return_VALUE(-ENODEV);
201 } 202 }
202 /* 203 /*