commit | 84ddaa8c86fc12ee1c3509be5ff3464821535c17 | [log] [tgz] |
---|---|---|
author | Jeff Dike <jdike@addtoit.com> | Fri May 20 13:59:12 2005 -0700 |
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | Fri May 20 15:48:19 2005 -0700 |
tree | c181d478c5365a32d669d3d9b2899d4d4b06ab25 | |
parent | 12f49643bc44c428919b210148a930496827dd26 [diff] |
[PATCH] uml: Change printf to printk in console driver From: Al Viro - we have error messages with KERN_ERR in them, so they should be printk-ed rather than printf-ed. Signed-off-by: Jeff Dike <jdike@addtoit.com> Cc: <viro@parcelfarce.linux.theplanet.co.uk> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>