From: Andrew Morton Date: Tue, 12 Nov 2013 23:11:28 +0000 (-0800) Subject: kernel/module.c: use pr_foo() X-Git-Tag: v3.13-rc1~106^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bddb12b32f90c571b177439a650f1046c3185c2e;p=pandora-kernel.git 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 Cc: Joe Perches Cc: Frantisek Hrbata Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed