From: Guenter Roeck Date: Mon, 23 Jan 2017 01:18:04 +0000 (-0800) Subject: Input: maplecontrol - drop unnecessary call to input_set_drvdata X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=0ff44b0fd35c4bb1c2ec3d94043a465ff15b3099;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git Input: maplecontrol - 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 Signed-off-by: Dmitry Torokhov --- diff --git a/drivers/input/joystick/maplecontrol.c b/drivers/input/joystick/maplecontrol.c index 8aa6e4c497da..ff54e195d42c 100644 --- a/drivers/input/joystick/maplecontrol.c +++ b/drivers/input/joystick/maplecontrol.c @@ -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)