From: Shaohua Li Date: Thu, 23 Aug 2007 07:01:13 +0000 (+0800) Subject: ACPI: "ACPI handle has no context!" should be KERN_DEBUG X-Git-Tag: v2.6.23-rc4~16^2~2^2~4 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=ead77594af3a49e48ceec61a1824362be4b5cafa;p=linux-2.6-omap-h63xx.git ACPI: "ACPI handle has no context!" should be KERN_DEBUG Signed-off-by: Shaohua Li Signed-off-by: Len Brown --- diff --git a/drivers/acpi/sleep/main.c b/drivers/acpi/sleep/main.c index e8cff5dd4cb..c52ade816fb 100644 --- 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; }