Re: [PATCH 1/3] input: pixcir_i2c_ts: simplify code with of_device_get_match_data

2016-08-19 Thread Dmitry Torokhov
On Wed, Aug 17, 2016 at 03:22:12PM +0200, LABBE Corentin wrote: > The usage of of_device_get_match_data reduce the code size a bit. > Furthermore, it is better to use a standard function for > getting the match data. > > Signed-off-by: LABBE Corentin Applied, thank you. > --- > drivers/input/t

[PATCH 1/3] input: pixcir_i2c_ts: simplify code with of_device_get_match_data

2016-08-17 Thread LABBE Corentin
The usage of of_device_get_match_data reduce the code size a bit. Furthermore, it is better to use a standard function for getting the match data. Signed-off-by: LABBE Corentin --- drivers/input/touchscreen/pixcir_i2c_ts.c | 8 +--- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git