Commit eca28e3764e301fad662743d1e8ba7296cc6a109

Authored by Paul Mundt
1 parent 1c8db713e2

sh: Fix up uninitialized variable warning in dwarf unwinder.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

arch/sh/kernel/dwarf.c
... ... @@ -902,7 +902,7 @@
902 902 u32 entry_type;
903 903 void *p, *entry;
904 904 int count, err = 0;
905   - unsigned long len;
  905 + unsigned long len = 0;
906 906 unsigned int c_entries, f_entries;
907 907 unsigned char *end;
908 908