[PATCH] uml: Clean up prink calls
printk() calls should include appropriate KERN_* constant. Signed-off-by: Christophe Lucas <clucas@rotomalug.org> Signed-off-by: Domen Puncer <domen@coderock.org> Signed-off-by: Jeff Dike <jdike@addtoit.com> Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:

committed by
Linus Torvalds

parent
201134ca16
commit
30f417c65e
@@ -412,7 +412,7 @@ int __init make_proc_sysemu(void)
|
||||
|
||||
if (ent == NULL)
|
||||
{
|
||||
printk("Failed to register /proc/sysemu\n");
|
||||
printk(KERN_WARNING "Failed to register /proc/sysemu\n");
|
||||
return(0);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user