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:
1a8f461
)
ACPI: "ACPI handle has no context!" should be KERN_DEBUG
author
Shaohua Li
<shaohua.li@intel.com>
Thu, 23 Aug 2007 07:01:13 +0000
(15:01 +0800)
committer
Len Brown
<len.brown@intel.com>
Sat, 25 Aug 2007 05:38:20 +0000
(
01:38
-0400)
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/sleep/main.c
patch
|
blob
|
history
diff --git
a/drivers/acpi/sleep/main.c
b/drivers/acpi/sleep/main.c
index e8cff5dd4cbc8ba20cda8260825bff32122f4cbe..c52ade816fb494768000d11cfb0b277c37483071 100644
(file)
--- a/
drivers/acpi/sleep/main.c
+++ b/
drivers/acpi/sleep/main.c
@@
-305,7
+305,7
@@
int acpi_pm_device_sleep_state(struct device *dev, int wake, int *d_min_p)
unsigned long d_min, d_max;
if (!handle || ACPI_FAILURE(acpi_bus_get_device(handle, &adev))) {
- printk(KERN_
ERR
"ACPI handle has no context!\n");
+ printk(KERN_
DEBUG
"ACPI handle has no context!\n");
return -ENODEV;
}