diff options
Diffstat (limited to 'lib/bug.c')
-rw-r--r-- | lib/bug.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -191,7 +191,7 @@ enum bug_trap_type report_bug(unsigned long bugaddr, struct pt_regs *regs) | |||
191 | if (file) | 191 | if (file) |
192 | pr_crit("kernel BUG at %s:%u!\n", file, line); | 192 | pr_crit("kernel BUG at %s:%u!\n", file, line); |
193 | else | 193 | else |
194 | pr_crit("Kernel BUG at %p [verbose debug info unavailable]\n", | 194 | pr_crit("Kernel BUG at %pB [verbose debug info unavailable]\n", |
195 | (void *)bugaddr); | 195 | (void *)bugaddr); |
196 | 196 | ||
197 | return BUG_TRAP_TYPE_BUG; | 197 | return BUG_TRAP_TYPE_BUG; |