Skip to content

Commit

Permalink
[PATCH] i386: Remove printk about reboot fixups at reboot
Browse files Browse the repository at this point in the history
Printk doesn't have any value

Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Andi Kleen authored and Linus Torvalds committed Apr 9, 2006
1 parent b20367a commit e48c472
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/i386/kernel/reboot_fixups.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,5 @@ void mach_reboot_fixups(void)

cur->reboot_fixup(dev);
}

printk(KERN_WARNING "No reboot fixup found for your hardware\n");
}

0 comments on commit e48c472

Please sign in to comment.