]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit51031ee7aad0825ffd998bb120ec994304d1e64c
treebaedcc252b57e048c3b978dfecc1d53ddc9d5203
parent60e4127f5294b58a3da961e5acf07376c298fd24
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