OSDN Git Service

[PATCH] i386: Remove printk about reboot fixups at reboot
authorAndi Kleen <ak@suse.de>
Fri, 7 Apr 2006 17:50:21 +0000 (19:50 +0200)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 9 Apr 2006 18:53:53 +0000 (11:53 -0700)
Printk doesn't have any value

Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/i386/kernel/reboot_fixups.c

index 10e21a4..99aab41 100644 (file)
@@ -51,7 +51,5 @@ void mach_reboot_fixups(void)
 
                cur->reboot_fixup(dev);
        }
-
-       printk(KERN_WARNING "No reboot fixup found for your hardware\n");
 }