>From: Bjorn Helgaas <bjorn.helgaas@xxxxxx> > >Print the ACPI wakeup device list on the same line as the label to make >"dmesg | grep ACPI" output more useful. It is a temporary hack that we expose these devices via the internal BIOS names. They should really be properties of devices in the device tree. Instead of updating this message, can we delete it altogether? thanks, -Len >Signed-off-by: Bjorn Helgaas <bjorn.helgaas@xxxxxx> >Signed-off-by: Andrew Morton <akpm@xxxxxxxx> >--- > > drivers/acpi/sleep/wakeup.c | 2 +- > 1 files changed, 1 insertion(+), 1 deletion(-) > >diff -puN >drivers/acpi/sleep/wakeup.c~acpi-print-wakeup-device-list-on-sa me-line-as-label drivers/acpi/sleep/wakeup.c >--- >devel/drivers/acpi/sleep/wakeup.c~acpi-print-wakeup-device-list -on-same-line-as-label 2006-03-28 14:03:04.000000000 -0800 >+++ devel-akpm/drivers/acpi/sleep/wakeup.c 2006-03-28 >14:03:04.000000000 -0800 >@@ -155,7 +155,7 @@ static int __init acpi_wakeup_device_ini > > if (acpi_disabled) > return 0; >- printk("ACPI wakeup devices: \n"); >+ printk(KERN_INFO PREFIX "wakeup devices: "); > > spin_lock(&acpi_device_lock); > list_for_each_safe(node, next, &acpi_wakeup_device_list) { >_ > - To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html