Is there any special reason to scream that we're suspending devices in
device_suspend?
int device_suspend(u32 state, u32 level)
{
struct device * dev;
int error = 0;
printk(KERN_EMERG "Suspending devices\n");
...
And likewise further below during resume.
On my box, syslog shouts to all xterms and KDE throws up a kwrite message
too. Why is this an emergency? If there are no objections, I'll send
a patch to move these messages to KERN_NOTICE.
Ian
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
This archive was generated by hypermail 2b29 : Wed Jul 23 2003 - 22:00:42 EST