]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Input: maplecontrol - drop unnecessary call to input_set_drvdata
authorGuenter Roeck <linux@roeck-us.net>
Mon, 23 Jan 2017 01:18:04 +0000 (17:18 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 23 Jan 2017 01:22:27 +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/joystick/maplecontrol.c

index 8aa6e4c497da77c70df1827934b696c2bc4c0159..ff54e195d42c34fea48342460ae83f668bfe4752 100644 (file)
@@ -139,7 +139,6 @@ static int probe_maple_controller(struct device *dev)
        idev->dev.parent = &mdev->dev;
        idev->name = mdev->product_name;
        idev->id.bustype = BUS_HOST;
-       input_set_drvdata(idev, pad);
 
        error = input_register_device(idev);
        if (error)