diff --git a/[refs] b/[refs] index e5c5ed7f0afa..00188fb67461 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2eba318e0db1114726e69660d6b9e1bd59b10ba1 +refs/heads/master: bf7e9da4e70a9d4bf9dc5829ff854398e0e4b7f7 diff --git a/trunk/arch/microblaze/kernel/traps.c b/trunk/arch/microblaze/kernel/traps.c index fbdc533c61e3..293ef486013a 100644 --- a/trunk/arch/microblaze/kernel/traps.c +++ b/trunk/arch/microblaze/kernel/traps.c @@ -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; }