From: Dmitry Torokhov Date: Thu, 6 Oct 2011 22:26:50 +0000 (-0700) Subject: Input: mma8450 - silence some 'uninitialized variable' warnings X-Git-Tag: v3.2-rc1~145^2^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb31f898cc0dac9585f7665945bb50fc442c2109;p=pandora-kernel.git Input: mma8450 - silence some 'uninitialized variable' warnings Sometimes GCC is not smart enough to recognize that x, y and z are always used properly initialized in mma8450_poll(). Let's rearrange the code a bit to help GCC. Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed