aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorLen Brown <len.brown@intel.com>2006-07-09 16:33:26 -0400
committerLen Brown <len.brown@intel.com>2006-07-09 23:30:00 -0400
commitaf4f949c6b4ffa5119aad980626e5b04daca961b (patch)
tree4cc9dcce0582c5ab5551777f8fad671d79a553c7 /drivers
parentb3cf257623fabd8f1ee6700a6d328cc1c5da5a1d (diff)
downloadlinux-af4f949c6b4ffa5119aad980626e5b04daca961b.tar.gz
ACPI: "Device `[%s]' is not power manageable" make message debug only
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/acpi/bus.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/acpi/bus.c b/drivers/acpi/bus.c
index ea5a0496a4fd9..b2977695e1209 100644
--- a/drivers/acpi/bus.c
+++ b/drivers/acpi/bus.c
@@ -192,8 +192,8 @@ int acpi_bus_set_power(acpi_handle handle, int state)
/* Make sure this is a valid target state */
if (!device->flags.power_manageable) {
- printk(KERN_DEBUG "Device `[%s]' is not power manageable",
- device->kobj.name);
+ ACPI_DEBUG_PRINT((ACPI_DB_INFO, "Device `[%s]' is not power manageable",
+ device->kobj.name));
return -ENODEV;
}
/*