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
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