Commit e48c4729d23a026f3711d5e36add5cce894b4913

Authored by Andi Kleen
Committed by Linus Torvalds
1 parent b20367a6c2

[PATCH] i386: Remove printk about reboot fixups at reboot

Printk doesn't have any value

Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

Showing 1 changed file with 0 additions and 2 deletions Side-by-side Diff

arch/i386/kernel/reboot_fixups.c
... ... @@ -51,7 +51,5 @@
51 51  
52 52 cur->reboot_fixup(dev);
53 53 }
54   -
55   - printk(KERN_WARNING "No reboot fixup found for your hardware\n");
56 54 }