]> git.baikalelectronics.ru Git - kernel.git/commit
Input: mms114 - use device_get_match_data
authorStephan Gerhold <stephan@gerhold.net>
Tue, 8 Oct 2019 23:48:02 +0000 (16:48 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Tue, 12 Nov 2019 00:25:05 +0000 (16:25 -0800)
commit457e2109e31994f8a0fea0e541af87f35ae2d76a
tree8fb32ddcae1233f0b60b72ea248e79412c524c91
parent0a7e08441f0941c017357b75fdf41818e9c2553e
Input: mms114 - use device_get_match_data

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 <stephan@gerhold.net>
Reviewed-by: Andi Shyti <andi@etezian.org>
Link: https://lore.kernel.org/r/20191007203343.101466-2-stephan@gerhold.net
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/touchscreen/mms114.c