diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-11-05 08:18:20 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2012-01-05 07:57:21 -0500 |
commit | e6849374f3fcec5a51ab6df40ae4d8034ba1c5e0 (patch) | |
tree | 18d60c971098d115b5969760489d915351a2b72c /arch/arm/mach-u300 | |
parent | d9eedaf329a28a20a4b0f18fed2beb40be10a406 (diff) |
ARM: restart: lpc32xx & u300: remove unnecessary printk
Remove the:
KERN_CRIT "RESET: Rebooting system\n" (lpc32xx)
KERN_CRIT "RESET: shutting down/rebooting system\n" (u300)
printk from the restart handler; we already print such a message from
kernel_restart() in kernel/sys.c:
KERN_EMERG "Restarting system.\n"
so this is unnecessary.
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-u300')
-rw-r--r-- | arch/arm/mach-u300/core.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-u300/core.c b/arch/arm/mach-u300/core.c index 27be5a794f62..697930761b3e 100644 --- a/arch/arm/mach-u300/core.c +++ b/arch/arm/mach-u300/core.c | |||
@@ -1897,7 +1897,6 @@ void u300_restart(char mode, const char *cmd) | |||
1897 | switch (mode) { | 1897 | switch (mode) { |
1898 | case 's': | 1898 | case 's': |
1899 | case 'h': | 1899 | case 'h': |
1900 | printk(KERN_CRIT "RESET: shutting down/rebooting system\n"); | ||
1901 | #ifdef CONFIG_COH901327_WATCHDOG | 1900 | #ifdef CONFIG_COH901327_WATCHDOG |
1902 | coh901327_watchdog_reset(); | 1901 | coh901327_watchdog_reset(); |
1903 | #endif | 1902 | #endif |