We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 253c962 commit 67580c9Copy full SHA for 67580c9
arch/mn10300/kernel/traps.c
@@ -22,7 +22,6 @@
22
#include <linux/delay.h>
23
#include <linux/spinlock.h>
24
#include <linux/interrupt.h>
25
-#include <linux/kallsyms.h>
26
#include <linux/pci.h>
27
#include <linux/kdebug.h>
28
#include <linux/bug.h>
@@ -262,8 +261,7 @@ void show_trace(unsigned long *sp)
262
261
raslot = ULONG_MAX;
263
else
264
printk(" ?");
265
- print_symbol(" %s", addr);
266
- printk("\n");
+ printk(" %pS\n", (void *)addr);
267
}
268
269
0 commit comments