mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-01 09:13:37 +00:00
[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>
This commit is contained in:
parent
b20367a6c2
commit
e48c4729d2
1 changed files with 0 additions and 2 deletions
|
|
@ -51,7 +51,5 @@ void mach_reboot_fixups(void)
|
||||||
|
|
||||||
cur->reboot_fixup(dev);
|
cur->reboot_fixup(dev);
|
||||||
}
|
}
|
||||||
|
|
||||||
printk(KERN_WARNING "No reboot fixup found for your hardware\n");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue