arch: tile: kernel: unaligned.c: Cleaning up uninitialized variables
authorRickard Strandqvist <rickard_strandqvist@spectrumdigital.se>
Sat, 31 May 2014 23:00:13 +0000 (01:00 +0200)
committerChris Metcalf <cmetcalf@tilera.com>
Sun, 8 Jun 2014 01:39:11 +0000 (21:39 -0400)
There is a risk that the variable will be used without being initialized.

This was largely found by using a static code analysis program called cppcheck.

Signed-off-by: Rickard Strandqvist <rickard_strandqvist@spectrumdigital.se>
Signed-off-by: Chris Metcalf <cmetcalf@tilera.com> [minor cleanups]

No differences found