summaryrefslogtreecommitdiff
path: root/arch/loongarch/kernel/unwind.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/loongarch/kernel/unwind.c')
-rw-r--r--arch/loongarch/kernel/unwind.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/loongarch/kernel/unwind.c b/arch/loongarch/kernel/unwind.c
index ba324ba76fa1..a463d6961344 100644
--- a/arch/loongarch/kernel/unwind.c
+++ b/arch/loongarch/kernel/unwind.c
@@ -28,6 +28,5 @@ bool default_next_frame(struct unwind_state *state)
} while (!get_stack_info(state->sp, state->task, info));
- state->error = true;
return false;
}