summaryrefslogtreecommitdiff
path: root/kernel/panic.c
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@quicinc.com>2017-07-12 03:29:33 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2017-07-12 03:29:33 -0700
commit7438a89b3c3590ae2a4f57035d5aae8a65b75e93 (patch)
treea8748a983a6a40b316fce007374ce2879d527d86 /kernel/panic.c
parentd03efe4d51a0f3911b685d377998a817c323ff01 (diff)
parent4c8daae4af3f2a10d60daecf91604e2ace98dda1 (diff)
Merge "Merge android-4.4@64a73ff (v4.4.76) into msm-4.4"
Diffstat (limited to 'kernel/panic.c')
-rw-r--r--kernel/panic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/panic.c b/kernel/panic.c
index 982a52352cfc..679254405510 100644
--- a/kernel/panic.c
+++ b/kernel/panic.c
@@ -172,7 +172,7 @@ void panic(const char *fmt, ...)
* Delay timeout seconds before rebooting the machine.
* We can't use the "normal" timers since we just panicked.
*/
- pr_emerg("Rebooting in %d seconds..", panic_timeout);
+ pr_emerg("Rebooting in %d seconds..\n", panic_timeout);
for (i = 0; i < panic_timeout * 1000; i += PANIC_TIMER_STEP) {
touch_nmi_watchdog();