From: Rickard Strandqvist Date: Sat, 31 May 2014 23:00:13 +0000 (+0200) Subject: arch: tile: kernel: unaligned.c: Cleaning up uninitialized variables X-Git-Tag: omap-for-v3.16/fixes-against-rc1~48^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50b9ac1813f7f2f13c937a1484c2fe09c4d590ce;p=pandora-kernel.git 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 Signed-off-by: Chris Metcalf [minor cleanups] --- Reading git-diff-tree failed