]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] Remove KERN_INFO from middle of printk line
authorTim Hockin <thockin@google.com>
Fri, 17 Feb 2006 21:52:54 +0000 (13:52 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 17 Feb 2006 21:59:27 +0000 (13:59 -0800)
commit754e1e4292605f61c1642b29f7d2e2feb18c12fb
treefbf111f2b2ad1cbdf47768de91a910b609bde625
parentec621bc3629ca92e8bd2e67939bd71378b5700f9
[PATCH] Remove KERN_INFO from middle of printk line

Don't print KERN_INFO in the middle of a printk line.
printk(KERN_INFO "OEM ID: %s ",str);
is just above this. This is already fixed up in i386 copy.

Signed-off-by: Martin J. Bligh <mbligh@google.com>
Cc: Andi Kleen <ak@muc.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/x86_64/kernel/mpparse.c