From: Andrew Morton Date: Wed, 19 Jun 2013 00:07:09 +0000 (+1000) Subject: panic-add-cpu-pid-to-warn_slowpath_common-in-warning-printks-fix X-Git-Tag: next-20130619~2^2~314 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=0c100623d4d445bc01bfdded5ed55a0de671c248;p=karo-tx-linux.git panic-add-cpu-pid-to-warn_slowpath_common-in-warning-printks-fix remove stray quote Cc: Alex Thorlton Signed-off-by: Andrew Morton --- diff --git a/kernel/panic.c b/kernel/panic.c index aaa0b7c7f51b..97712319f128 100644 --- a/kernel/panic.c +++ b/kernel/panic.c @@ -400,7 +400,7 @@ static void warn_slowpath_common(const char *file, int line, void *caller, unsigned taint, struct slowpath_args *args) { pr_warn("------------[ cut here ]------------\n"); - pr_warn("WARNING: CPU: %d PID: %d at %s:%d %pS()\n", ' + pr_warn("WARNING: CPU: %d PID: %d at %s:%d %pS()\n", raw_smp_processor_id(), current->pid, file, line, caller); if (args)