commit | 9ff4ced4676d3cd1f28b14d93a339f263ca304b0 | [log] [tgz] |
---|---|---|
author | Tim Hockin <thockin@google.com> | Fri Feb 17 13:52:54 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Fri Feb 17 13:59:27 2006 -0800 |
tree | fbf111f2b2ad1cbdf47768de91a910b609bde625 | |
parent | 9127dd1aace4e89acb48fbcafd0ed27d3869847b [diff] |
[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>