Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 108605
b: refs/heads/master
c: c991dd9
h: refs/heads/master
i:
  108603: 01ad21a
v: v3
  • Loading branch information
Mike Frysinger authored and Bryan Wu committed Aug 14, 2008
1 parent b2b5657 commit 65ea5a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 130de7cebe20a74261a75bb0c6026a3199cdb980
refs/heads/master: c991dd92ab150c0b4ba531105aad5612bb0dafba
2 changes: 1 addition & 1 deletion trunk/arch/blackfin/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -790,7 +790,7 @@ void __init setup_arch(char **cmdline_p)
* don't decode the address, since you don't know if this
* kernel's symbol map is the same as the crashing kernel
*/
printk(KERN_INFO "Recovering from Double Fault event at %p\n", __retx);
printk(KERN_INFO "Recovering from Double Fault event at %pF\n", __retx);
else if (_bfin_swrst & RESET_WDOG)
printk(KERN_INFO "Recovering from Watchdog event\n");
else if (_bfin_swrst & RESET_SOFTWARE)
Expand Down

0 comments on commit 65ea5a5

Please sign in to comment.