]> git.baikalelectronics.ru Git - kernel.git/commit
Input: ar1021_i2c - drop unnecessary call to i2c_set_clientdata
authorGuenter Roeck <linux@roeck-us.net>
Wed, 18 Jan 2017 19:20:18 +0000 (11:20 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Wed, 18 Jan 2017 19:33:05 +0000 (11:33 -0800)
commit6ee276e271d1b5f65a7fc0fbbeca0b7c0fff86e6
tree2af103b40852fcf61dd0827201137c1f6e9e2208
parentf5a547a59aa8c950a424c7892ecb9ca19f6d83c0
Input: ar1021_i2c - drop unnecessary call to i2c_set_clientdata

There is no call to i2c_get_clientdata() or dev_get_drvdata().
Drop the unnecessary call to i2c_set_clientdata().

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/touchscreen/ar1021_i2c.c