summaryrefslogtreecommitdiffstats
path: root/drivers/input
diff options
context:
space:
mode:
authorSachin Kamat <sachin.kamat@linaro.org>2013-05-27 23:40:01 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2013-05-28 00:57:41 -0700
commit30a6aa1f6e9f3482ec89197d06e91c828f7a4b24 (patch)
tree6bb206b4190d106b78ace4fee6c11b2e94f39199 /drivers/input
parent3e32e0b8ebb4fd1939fd672b6a16f884357b4411 (diff)
downloadlinux-30a6aa1f6e9f3482ec89197d06e91c828f7a4b24.tar.gz
linux-30a6aa1f6e9f3482ec89197d06e91c828f7a4b24.tar.xz
Input: m68kspkr - remove redundant platform_set_drvdata()
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>
Diffstat (limited to 'drivers/input')
-rw-r--r--drivers/input/misc/m68kspkr.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/input/misc/m68kspkr.c b/drivers/input/misc/m68kspkr.c
index b40ee4b47f4f..def21dc84522 100644
--- a/drivers/input/misc/m68kspkr.c
+++ b/drivers/input/misc/m68kspkr.c
@@ -85,7 +85,6 @@ static int m68kspkr_remove(struct platform_device *dev)
struct input_dev *input_dev = platform_get_drvdata(dev);
input_unregister_device(input_dev);
- platform_set_drvdata(dev, NULL);
/* turn off the speaker */
m68kspkr_event(NULL, EV_SND, SND_BELL, 0);