projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3cf257
)
ACPI: "Device `[%s]' is not power manageable" make message debug only
author
Len Brown
<len.brown@intel.com>
Sun, 9 Jul 2006 20:33:26 +0000
(16:33 -0400)
committer
Len Brown
<len.brown@intel.com>
Mon, 10 Jul 2006 03:30:00 +0000
(23:30 -0400)
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/bus.c
patch
|
blob
|
history
diff --git
a/drivers/acpi/bus.c
b/drivers/acpi/bus.c
index ea5a0496a4fd9a63531dd1665975b44d810b0dbb..b2977695e12091ab6e945b20432178a953a81114 100644
(file)
--- 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;
}
/*