Staging: staging/cxt1e1: Convert bare printks to pr_<level>
authorJoe Perches <joe@perches.com>
Mon, 3 May 2010 19:33:16 +0000 (12:33 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 11 May 2010 18:36:04 +0000 (11:36 -0700)
Added #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
A few line splits for long arguments
A couple of embedded function names converted to "%s", __func__
Removed some uses of THIS_MODULE->name

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found