Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 144138
b: refs/heads/master
c: bf7e9da
h: refs/heads/master
v: v3
  • Loading branch information
Michal Simek committed Apr 23, 2009
1 parent 1af2292 commit 1fe38b0
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: 2eba318e0db1114726e69660d6b9e1bd59b10ba1
refs/heads/master: bf7e9da4e70a9d4bf9dc5829ff854398e0e4b7f7
2 changes: 1 addition & 1 deletion trunk/arch/microblaze/kernel/traps.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ static int kstack_depth_to_print = 24;

static int __init kstack_setup(char *s)
{
kstack_depth_to_print = strict_strtoul(s, 0, 0);
kstack_depth_to_print = strict_strtoul(s, 0, NULL);

return 1;
}
Expand Down

0 comments on commit 1fe38b0

Please sign in to comment.