commit | 50b9ac1813f7f2f13c937a1484c2fe09c4d590ce | [log] [tgz] |
---|---|---|
author | Rickard Strandqvist <rickard_strandqvist@spectrumdigital.se> | Sun Jun 01 01:00:13 2014 +0200 |
committer | Chris Metcalf <cmetcalf@tilera.com> | Sat Jun 07 21:39:11 2014 -0400 |
tree | 3b7c56821f9de10d8741fc2d3694a31ad5dca654 | |
parent | 60f917b8de8d4a88c06a3f4727d0658082756de6 [diff] |
arch: tile: kernel: unaligned.c: Cleaning up uninitialized variables 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]