On Thursday 11 September 2008 12:30:39 am Shaohua Li wrote: > The default action to handle wakeup event. Currently just prints something, > maybe we should call .resume(). The routine will be called in task context. > ... > +void device_receive_wakeup_event(struct device *dev) > +{ > + printk("Device %s invokes wakeup event\n", dev->bus_id); Please use dev_printk(), e.g., dev_info() in this case. Also applies to patches 4 and 5. -- 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