]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[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 10e21a4773dd4e822a82d461c4d1ee17f3f7164d..99aab41a05b0f17d12c07110638699a6ec4360da 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");
 }