diff options
| author | 2020-06-12 09:57:00 -0600 | |
|---|---|---|
| committer | 2020-06-12 09:57:00 -0600 | |
| commit | 8440d4a75d90556cfb8fb3e244443f67381aafd6 (patch) | |
| tree | 2e1c986942c3beb6257121e52449f827a8ce4eaf /lib/dump_stack.c | |
| parent | scripts/dtc: use pkg-config to include <yaml.h> in non-standard path (diff) | |
| parent | dt-bindings: Remove redundant 'maxItems' (diff) | |
Merge branch 'dt/schema-cleanups' into dt/linus
Diffstat (limited to 'lib/dump_stack.c')
| -rw-r--r-- | lib/dump_stack.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dump_stack.c b/lib/dump_stack.c index 33ffbf308853..a00ee6eedc7c 100644 --- a/lib/dump_stack.c +++ b/lib/dump_stack.c @@ -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); } /** |
