]> Pileus Git - ~andy/linux/commitdiff
Input: intel-mid-touch - remove redundant platform_set_drvdata()
authorSachin Kamat <sachin.kamat@linaro.org>
Mon, 6 May 2013 02:38:48 +0000 (19:38 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 6 May 2013 03:14:45 +0000 (20:14 -0700)
Commit 0998d06310 (device-core: Ensure drvdata = NULL when no
driver is bound) removes the need to set driver data field to
NULL.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/touchscreen/intel-mid-touch.c

index 465db5dba8b4a20a4c0f0eb3b6ae89d9ab6e9feb..e30d837dae2f12a130b91c6a620637b0e663fa72 100644 (file)
@@ -651,8 +651,6 @@ static int mrstouch_remove(struct platform_device *pdev)
        input_unregister_device(tsdev->input);
        kfree(tsdev);
 
-       platform_set_drvdata(pdev, NULL);
-
        return 0;
 }