diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2013-05-28 02:40:33 -0400 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2013-05-28 03:57:48 -0400 |
commit | f6e63f8032571bb58d054071edfd35d88f9dd07a (patch) | |
tree | 9b4097369589ff1beaadc672ac575314a617d204 /drivers/input | |
parent | 16e263aca0cecef9522558b63b149e966aa43654 (diff) |
Input: xilinx_ps2 - 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/serio/xilinx_ps2.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/input/serio/xilinx_ps2.c b/drivers/input/serio/xilinx_ps2.c index 17be85948ffd..4b7662a17ae9 100644 --- a/drivers/input/serio/xilinx_ps2.c +++ b/drivers/input/serio/xilinx_ps2.c | |||
@@ -349,8 +349,6 @@ static int xps2_of_remove(struct platform_device *of_dev) | |||
349 | 349 | ||
350 | kfree(drvdata); | 350 | kfree(drvdata); |
351 | 351 | ||
352 | platform_set_drvdata(of_dev, NULL); | ||
353 | |||
354 | return 0; | 352 | return 0; |
355 | } | 353 | } |
356 | 354 | ||