Input: dm355evm_keys - drop unnecessary call to input_set_drvdata
authorGuenter Roeck <linux@roeck-us.net>
Mon, 23 Jan 2017 01:18:45 +0000 (17:18 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 23 Jan 2017 01:22:29 +0000 (17:22 -0800)
commit86178c8634ff8abe04933839d009c4440213040f
tree8cb12c8dec3d6bb206b21337bbe08b44faa58837
parent555c765b0cc29119f4ff767334c479040587a1d6
Input: dm355evm_keys - drop unnecessary call to input_set_drvdata

Since there is no call to dev_get_drvdata() or input_get_drvdata(),
the call to input_set_drvdata() is unnecessary and can be dropped.

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