aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorSachin Kamat <sachin.kamat@linaro.org>2013-05-04 01:41:15 +0530
committerWim Van Sebroeck <wim@iguana.be>2013-07-11 21:09:30 +0200
commit6697dbd27b6507c11815725ab31473ba74c49f06 (patch)
tree9bb988d94d6b7a682a0c2ec72e12ecf501ed0468 /drivers
parentwatchdog: da9055: use platform_{get,set}_drvdata() (diff)
downloadlinux-dev-6697dbd27b6507c11815725ab31473ba74c49f06.tar.xz
linux-dev-6697dbd27b6507c11815725ab31473ba74c49f06.zip
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')
-rw-r--r--drivers/watchdog/mpcore_wdt.c2
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)
static int mpcore_wdt_remove(struct platform_device *pdev)
{
- platform_set_drvdata(pdev, NULL);
-
misc_deregister(&mpcore_wdt_miscdev);
mpcore_wdt_pdev = NULL;