]> git.baikalelectronics.ru Git - kernel.git/commit
Input: psmouse - use i2c_client_type to locate i2c clients
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Sat, 25 Mar 2017 17:45:13 +0000 (10:45 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 3 Apr 2017 19:03:55 +0000 (12:03 -0700)
commita2eac4a712287ca590b139269c55846f8c1fbf0b
tree2d21b8f641bded55b073f4fc109ff26728c43940
parent193ffd32bf005fd6b7ca1c97045de5d171e894a2
Input: psmouse - use i2c_client_type to locate i2c clients

Now that i2c_client_type structure is exported, we can use it, instead
of i2c_adapter_type, when looking for devices that are i2c clients.

Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/mouse/psmouse-smbus.c