]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
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)
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

index b6b7bd4e54625d80e1112640c0226d6c4df68e6e..82e272ebc0ed0b968f5b1a131c8efede9e5b0591 100644 (file)
@@ -195,8 +195,6 @@ static int dm355evm_keys_probe(struct platform_device *pdev)
                goto fail1;
        keys->irq = status;
 
-       input_set_drvdata(input, keys);
-
        input->name = "DM355 EVM Controls";
        input->phys = "dm355evm/input0";
        input->dev.parent = &pdev->dev;