summaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard/max7359_keypad.c
diff options
context:
space:
mode:
authorGuenter Roeck <linux@roeck-us.net>2017-01-21 23:29:36 -0800
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2017-01-21 23:51:49 -0800
commit666c0b8366b8d5d44251a3889f6a2c264a38dee9 (patch)
tree7dbfd0b9b99ec14539b49d4671f02d69fd5f2955 /drivers/input/keyboard/max7359_keypad.c
parent83e4947a569f4d544ef4a1361f51c91d73a9c915 (diff)
downloadlinux-666c0b8366b8d5d44251a3889f6a2c264a38dee9.tar.bz2
Input: keyboard - drop calls to platform_set_drvdata and i2c_set_clientdata
There is no call to i2c_get_clientdata(), platform_get_drvdata(), or dev_get_drvdata() in any of the drivers in this patch. Signed-off-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/keyboard/max7359_keypad.c')
-rw-r--r--drivers/input/keyboard/max7359_keypad.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/input/keyboard/max7359_keypad.c b/drivers/input/keyboard/max7359_keypad.c
index 5091133b7b8e..cd44d22d8770 100644
--- a/drivers/input/keyboard/max7359_keypad.c
+++ b/drivers/input/keyboard/max7359_keypad.c
@@ -241,7 +241,6 @@ static int max7359_probe(struct i2c_client *client,
/* Initialize MAX7359 */
max7359_initialize(client);
- i2c_set_clientdata(client, keypad);
device_init_wakeup(&client->dev, 1);
return 0;