commit | bddb12b32f90c571b177439a650f1046c3185c2e | [log] [tgz] |
---|---|---|
author | Andrew Morton <akpm@linux-foundation.org> | Tue Nov 12 15:11:28 2013 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Nov 13 12:09:34 2013 +0900 |
tree | baedcc252b57e048c3b978dfecc1d53ddc9d5203 | |
parent | 17c568d60af5a810208baf116dc174a2005c6c3e [diff] |
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>