Re: [PATCH v2 3/4] input: touchscreen: usbtouchscreen: Remove unused variable 'ret'

2020-11-29 Thread Lee Jones
On Sat, 28 Nov 2020, Dmitry Torokhov wrote: > Hi Lee, > > On Thu, Nov 26, 2020 at 01:36:06PM +, Lee Jones wrote: > > Fixes the following W=1 kernel build warning(s): > > > > drivers/input/touchscreen/usbtouchscreen.c: In function ‘nexio_read_data’: > >

Re: [PATCH v2 3/4] input: touchscreen: usbtouchscreen: Remove unused variable 'ret'

2020-11-28 Thread Dmitry Torokhov
Hi Lee, On Thu, Nov 26, 2020 at 01:36:06PM +, Lee Jones wrote: > Fixes the following W=1 kernel build warning(s): > > drivers/input/touchscreen/usbtouchscreen.c: In function ‘nexio_read_data’: > drivers/input/touchscreen/usbtouchscreen.c:1052:50: warning: variable ‘ret’ > set but not used

[PATCH v2 3/4] input: touchscreen: usbtouchscreen: Remove unused variable 'ret'

2020-11-26 Thread Lee Jones
Fixes the following W=1 kernel build warning(s): drivers/input/touchscreen/usbtouchscreen.c: In function ‘nexio_read_data’: drivers/input/touchscreen/usbtouchscreen.c:1052:50: warning: variable ‘ret’ set but not used [-Wunused-but-set-variable] Cc: Dmitry Torokhov Cc: Henrik Rydberg Cc: