Re: [PATCH 1/3] Input: mms114 - use device_get_match_data

2019-10-08 Thread Dmitry Torokhov
On Tue, Oct 08, 2019 at 02:44:26PM +0300, Andi Shyti wrote: > Hi Stephan, > > > device_get_match_data is available now, so we can replace the call > > to of_device_get_match_data and remove the FIXME comment. > > > > Signed-off-by: Stephan Gerhold > > Reviewed-by: Andi Shyti Applied, thank yo

Re: [PATCH 1/3] Input: mms114 - use device_get_match_data

2019-10-08 Thread Andi Shyti
Hi Stephan, > device_get_match_data is available now, so we can replace the call > to of_device_get_match_data and remove the FIXME comment. > > Signed-off-by: Stephan Gerhold Reviewed-by: Andi Shyti Thanks, Andi

[PATCH 1/3] Input: mms114 - use device_get_match_data

2019-10-07 Thread Stephan Gerhold
device_get_match_data is available now, so we can replace the call to of_device_get_match_data and remove the FIXME comment. Signed-off-by: Stephan Gerhold --- drivers/input/touchscreen/mms114.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/input/touchscreen/mms11