diff options
author | Adrien Schildknecht <[email protected]> | 2015-02-20 03:34:21 +0100 |
---|---|---|
committer | Borislav Petkov <[email protected]> | 2015-02-23 18:34:42 +0100 |
commit | 1fc7f61c3e604f6bf778b5c6afc2715d79ab7f36 (patch) | |
tree | 22846e0dfc2a9922d8967cef5c50bbaf4a3d2832 /drivers/mtd/lpddr/lpddr_cmds.c | |
parent | c517d838eb7d07bbe9507871fab3931deccff539 (diff) |
x86/kernel: Fix output of show_stack_log_lvl()
show_stack_log_lvl() does not set the log level after a new line, the
following messages printed with pr_cont() are thus assigned to the
default log level.
This patch prepends the log level to the next message following a new
line.
print_trace_address() uses printk(log_lvl). Using printk() with just
a log level is ignored and thus has no effect on the next pr_cont().
We need to prepend the log level directly into the message.
Signed-off-by: Adrien Schildknecht <[email protected]>
Acked-by: Ingo Molnar <[email protected]>
Cc: Steven Rostedt <[email protected]>
Cc: Linus Torvalds <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Borislav Petkov <[email protected]>
Diffstat (limited to 'drivers/mtd/lpddr/lpddr_cmds.c')
0 files changed, 0 insertions, 0 deletions