Re: [PATCH] acpi: glue: Update DBG macro to include KERN_DEBUG

2012-12-18 Thread Rafael J. Wysocki
On Monday, December 17, 2012 10:31:30 PM Joe Perches wrote: > Currently these DBG statements are emitted at KERN_DEFAULT. > Change the macro to emit at KERN_DEBUG. > > This can help avoid unexpected message interleaving. Applied to linux-pm.git/linux-next as v3.8 material. Thanks, Rafael > Sig

[PATCH] acpi: glue: Update DBG macro to include KERN_DEBUG

2012-12-17 Thread Joe Perches
Currently these DBG statements are emitted at KERN_DEFAULT. Change the macro to emit at KERN_DEBUG. This can help avoid unexpected message interleaving. Signed-off-by: Joe Perches --- Another way to fix this message interleaving... drivers/acpi/glue.c |9 +++-- 1 files changed, 7 inse