Re: [ibm-acpi-devel] [PATCH 5/5] thinkpad_acpi: Convert dbg_printk to tp_dbg and tp_vdbg

2012-06-23 Thread Henrique de Moraes Holschuh
On Sun, 17 Jun 2012, Joe Perches wrote: > Use a more current logging style. > > Add #define DEBUG and use pr_debug to enable dynamic debugging. > Coalesce formats and align arguments. > > Signed-off-by: Joe Perches Joe, are there any extra procedures required from the user to get the debug mess

Re: [ibm-acpi-devel] [PATCH 5/5] thinkpad_acpi: Convert dbg_printk to tp_dbg and tp_vdbg

2012-06-23 Thread Joe Perches
On Sat, 2012-06-23 at 21:40 -0300, Henrique de Moraes Holschuh wrote: > On Sun, 17 Jun 2012, Joe Perches wrote: > > Use a more current logging style. > > > > Add #define DEBUG and use pr_debug to enable dynamic debugging. > > Coalesce formats and align arguments. > > > > Signed-off-by: Joe Perche