mirror of
https://github.com/torvalds/linux.git
synced 2026-06-02 19:43:40 +02:00
Revert "sh: remove needless printk()"
This reverts commit8b92f34877. "data" became the log level in commit539e786cc3("sh: add loglvl to show_trace()"), so we do need to keep the printk() before the continuation in print_trace_address(). Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Rich Felker <dalias@libc.org>
This commit is contained in:
parent
fd722f25a6
commit
f6bed866f1
|
|
@ -118,6 +118,7 @@ static int print_trace_stack(void *data, char *name)
|
|||
*/
|
||||
static void print_trace_address(void *data, unsigned long addr, int reliable)
|
||||
{
|
||||
printk("%s", (char *)data);
|
||||
printk_address(addr, reliable);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user