aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arc/kernel/unwind.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arc/kernel/unwind.c')
-rw-r--r--arch/arc/kernel/unwind.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arc/kernel/unwind.c b/arch/arc/kernel/unwind.c
index e550b117ec4f..93c6ea52b671 100644
--- a/arch/arc/kernel/unwind.c
+++ b/arch/arc/kernel/unwind.c
@@ -841,7 +841,7 @@ static int processCFI(const u8 *start, const u8 *end, unsigned long targetLoc,
841 break; 841 break;
842 case DW_CFA_GNU_window_save: 842 case DW_CFA_GNU_window_save:
843 default: 843 default:
844 unw_debug("UNKNOW OPCODE 0x%x\n", opcode); 844 unw_debug("UNKNOWN OPCODE 0x%x\n", opcode);
845 result = 0; 845 result = 0;
846 break; 846 break;
847 } 847 }