]> git.karo-electronics.de Git - karo-tx-linux.git/commit
kernel/module.c: use pr_foo()
authorAndrew Morton <akpm@linux-foundation.org>
Tue, 5 Nov 2013 05:57:42 +0000 (16:57 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 5 Nov 2013 05:57:42 +0000 (16:57 +1100)
commit67e88174343ee793145dd3ae05d14a75228a4db0
tree7c9c347f9d77c7ab941936976c1d7f9f5b7b5dd7
parent0a53f80f5bbd4d45b8c5c16f33d83bbcfc566c5f
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>
kernel/module.c