kernel/module.c: use pr_foo()
authorAndrew Morton <akpm@linux-foundation.org>
Tue, 12 Nov 2013 23:11:28 +0000 (15:11 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 13 Nov 2013 03:09:34 +0000 (12:09 +0900)
commitbddb12b32f90c571b177439a650f1046c3185c2e
treebaedcc252b57e048c3b978dfecc1d53ddc9d5203
parent17c568d60af5a810208baf116dc174a2005c6c3e
kernel/module.c: use pr_foo()

kernel/module.c uses a mix of printk(KERN_foo and pr_foo().  Convert it
all to pr_foo and make the offered cleanups.

Not sure what to do about the printk(KERN_DEFAULT).  We don't have a
pr_default().

Cc: Rusty Russell <rusty@rustcorp.com.au>
Cc: Joe Perches <joe@perches.com>
Cc: Frantisek Hrbata <fhrbata@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/module.c