net: qede: convert to SPDX License Identifiers
[linux-2.6-microblaze.git] / lib / dump_stack.c
index 33ffbf3..a00ee6e 100644 (file)
@@ -74,7 +74,7 @@ void show_regs_print_info(const char *log_lvl)
 static void __dump_stack(void)
 {
        dump_stack_print_info(KERN_DEFAULT);
-       show_stack(NULL, NULL);
+       show_stack(NULL, NULL, KERN_DEFAULT);
 }
 
 /**