From: Linus Torvalds Date: Tue, 16 Jun 2009 18:07:14 +0000 (-0700) Subject: printk: add KERN_DEFAULT loglevel to print_modules() X-Git-Tag: v2.6.31-rc1~322 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b231125af7811a2f68c455d3bda95ac170ee4fa6;p=pandora-kernel.git printk: add KERN_DEFAULT loglevel to print_modules() Several WARN_ON() messages omit the '\n' at the end of the string, which is a simple (and understandable) error. The next line printed after that warning line is usually the current module list, and that printk does not have a log-level marker - resulting in one long mixed-up line. Adding this loglevel marker will now avoid this unreadable mess. Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed