microblaze: Correspond CONFIG...PCMP in Makefile/Kconfig
[deliverable/linux.git] / arch / microblaze / kernel / traps.c
index fbdc533c61e399ee33923ae0f9528a50828e8811..293ef486013aa9fa65b8f2204221615af22ffb38 100644 (file)
@@ -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;
 }
This page took 0.024309 seconds and 5 git commands to generate.