Skip to content

Commit

Permalink
ACPI: "ACPI handle has no context!" should be KERN_DEBUG
Browse files Browse the repository at this point in the history
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
  • Loading branch information
Shaohua Li authored and Len Brown committed Aug 25, 2007
1 parent 1a8f461 commit ead7759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/acpi/sleep/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit ead7759

Please sign in to comment.