diff options
Diffstat (limited to 'arch/parisc')
-rw-r--r-- | arch/parisc/kernel/unwind.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/parisc/kernel/unwind.c b/arch/parisc/kernel/unwind.c index 322167737de7..cf780cb3b916 100644 --- a/arch/parisc/kernel/unwind.c +++ b/arch/parisc/kernel/unwind.c | |||
@@ -242,7 +242,7 @@ static void unwind_frame_regs(struct unwind_frame_info *info) | |||
242 | #ifdef CONFIG_KALLSYMS | 242 | #ifdef CONFIG_KALLSYMS |
243 | /* Handle some frequent special cases.... */ | 243 | /* Handle some frequent special cases.... */ |
244 | { | 244 | { |
245 | char symname[KSYM_NAME_LEN+1]; | 245 | char symname[KSYM_NAME_LEN]; |
246 | char *modname; | 246 | char *modname; |
247 | 247 | ||
248 | kallsyms_lookup(info->ip, NULL, NULL, &modname, | 248 | kallsyms_lookup(info->ip, NULL, NULL, &modname, |