]> git.baikalelectronics.ru Git - kernel.git/commit
Input: synaptics - remove duplicated code
authorBenjamin Tissoires <benjamin.tissoires@redhat.com>
Mon, 29 Dec 2014 22:17:44 +0000 (14:17 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 29 Dec 2014 22:23:01 +0000 (14:23 -0800)
commit8b9eeec0d6b0dc47442025137e8489f654d63820
treebeb90b2755076342cebfe2ae6871eb03f234f9b1
parentbc5367aab3dcefac0716987443bdeba892c1789a
Input: synaptics - remove duplicated code

synaptics_profile_sensor_process() and synaptics_report_mt_data() now
share the exact same code. Remove one implementation and rely on the
other where it was used.

Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/mouse/synaptics.c