| commit | cb31f898cc0dac9585f7665945bb50fc442c2109 | [log] [tgz] |
|---|---|---|
| author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Thu Oct 06 15:26:50 2011 -0700 |
| committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Thu Oct 06 19:41:57 2011 -0700 |
| tree | 953f464b4d9b2fa6546435645e8d1bcb70dbe42d | |
| parent | 626af8611211c55595cd316103abd2419cd4d861 [diff] |
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 <dtor@mail.ru>