]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] uml: Change printf to printk in console driver
authorJeff Dike <jdike@addtoit.com>
Fri, 20 May 2005 20:59:12 +0000 (13:59 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 20 May 2005 22:48:19 +0000 (15:48 -0700)
commitf868fae89996a74e97240f67be518eec5b4b4ad8
treec181d478c5365a32d669d3d9b2899d4d4b06ab25
parent17d2425388a5c4fabe16e50ccc29627214f816e5
[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>
arch/um/drivers/chan_kern.c