aboutsummaryrefslogtreecommitdiff
path: root/drivers/acpi/bus.c
diff options
context:
space:
mode:
authorLen Brown <len.brown@intel.com>2006-07-10 02:39:26 -0400
committerLen Brown <len.brown@intel.com>2006-07-10 02:39:26 -0400
commit1a39ed5888a8336ed2762d5b367195b14b878850 (patch)
tree97119752e85b6ab063e5c1bab42d931eee44f311 /drivers/acpi/bus.c
parent1b045e5d207fc65e6708e303c2ab4249bf619982 (diff)
parentd75080328affb4b268da430b7074cc8139cc662a (diff)
Pull trivial into test branch
Diffstat (limited to 'drivers/acpi/bus.c')
-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 ea5a0496a4f..b2977695e12 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;
}
/*