Re: [PATCH 1/3] litest-alps-semi-mt: Fix compiler warnings

2014-09-02 Thread Peter Hutterer
On Tue, Sep 02, 2014 at 04:34:48PM +0200, Hans de Goede wrote: > This fixes the following (false positive) compiler warnings: > > litest-alps-semi-mt.c: In function 'alps_touch_move': > litest-alps-semi-mt.c:163:3: warning: 'b' may be used uninitialized in this > function [-Wmaybe-uninitialized]

[PATCH 1/3] litest-alps-semi-mt: Fix compiler warnings

2014-09-02 Thread Hans de Goede
This fixes the following (false positive) compiler warnings: litest-alps-semi-mt.c: In function 'alps_touch_move': litest-alps-semi-mt.c:163:3: warning: 'b' may be used uninitialized in this function [-Wmaybe-uninitialized] send_abs_mt_xy(d, r, b); ^ litest-alps-semi-mt.c:163:3: warning: 'r