diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2013-05-03 16:11:15 -0400 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2013-07-11 15:09:30 -0400 |
commit | 6697dbd27b6507c11815725ab31473ba74c49f06 (patch) | |
tree | 9bb988d94d6b7a682a0c2ec72e12ecf501ed0468 /drivers/watchdog | |
parent | 76692c944cd8e85d833dc30d7346463e18b6d30e (diff) |
watchdog: mpcore: 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: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/watchdog')
-rw-r--r-- | drivers/watchdog/mpcore_wdt.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/watchdog/mpcore_wdt.c b/drivers/watchdog/mpcore_wdt.c index 233cfadcb21f..4f5ac408c7a3 100644 --- a/drivers/watchdog/mpcore_wdt.c +++ b/drivers/watchdog/mpcore_wdt.c | |||
@@ -379,8 +379,6 @@ static int mpcore_wdt_probe(struct platform_device *pdev) | |||
379 | 379 | ||
380 | static int mpcore_wdt_remove(struct platform_device *pdev) | 380 | static int mpcore_wdt_remove(struct platform_device *pdev) |
381 | { | 381 | { |
382 | platform_set_drvdata(pdev, NULL); | ||
383 | |||
384 | misc_deregister(&mpcore_wdt_miscdev); | 382 | misc_deregister(&mpcore_wdt_miscdev); |
385 | 383 | ||
386 | mpcore_wdt_pdev = NULL; | 384 | mpcore_wdt_pdev = NULL; |