Re: [PATCH 2/2] input: cyapa: fix variable dereferenced before check 'gen5_pip->resp_len' issue

2015-01-22 Thread Dmitry Torokhov
On Thu, Jan 22, 2015 at 02:50:06PM +0800, Dudley Du wrote: > Fixes the warning issue of the variable dereferenced before check > 'gen5_pip->resp_len' report by dan Carpenter. > > Signed-off-by: Dudley Du Applied, thank you. > --- > drivers/input/mouse/cyapa_gen5.c | 4 +++- > 1 file changed,

Re: [PATCH 2/2] input: cyapa: fix variable dereferenced before check 'gen5_pip-resp_len' issue

2015-01-22 Thread Dmitry Torokhov
On Thu, Jan 22, 2015 at 02:50:06PM +0800, Dudley Du wrote: Fixes the warning issue of the variable dereferenced before check 'gen5_pip-resp_len' report by dan Carpenter. Signed-off-by: Dudley Du d...@cypress.com Applied, thank you. --- drivers/input/mouse/cyapa_gen5.c | 4 +++- 1 file

[PATCH 2/2] input: cyapa: fix variable dereferenced before check 'gen5_pip->resp_len' issue

2015-01-21 Thread Dudley Du
Fixes the warning issue of the variable dereferenced before check 'gen5_pip->resp_len' report by dan Carpenter. Signed-off-by: Dudley Du --- drivers/input/mouse/cyapa_gen5.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/input/mouse/cyapa_gen5.c

[PATCH 2/2] input: cyapa: fix variable dereferenced before check 'gen5_pip-resp_len' issue

2015-01-21 Thread Dudley Du
Fixes the warning issue of the variable dereferenced before check 'gen5_pip-resp_len' report by dan Carpenter. Signed-off-by: Dudley Du d...@cypress.com --- drivers/input/mouse/cyapa_gen5.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/input/mouse/cyapa_gen5.c