diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2013-05-03 09:57:11 +0000 |
---|---|---|
committer | Zhang Rui <rui.zhang@intel.com> | 2013-05-06 22:37:04 +0800 |
commit | 0f3913bd2dce5a756ca2384c963087713762ab66 (patch) | |
tree | 4c2d762dd65b22394f4ab6e6f459ceeed26b51f1 /drivers/thermal | |
parent | a2071b0b449e6cb725a15932590ee5753c39d282 (diff) | |
download | linux-0f3913bd2dce5a756ca2384c963087713762ab66.tar.bz2 |
Thermal: kirkwood: 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>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Acked-by: Eduardo Valentin <eduardo.valentin@ti.com>
Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Diffstat (limited to 'drivers/thermal')
-rw-r--r-- | drivers/thermal/kirkwood_thermal.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/thermal/kirkwood_thermal.c b/drivers/thermal/kirkwood_thermal.c index dfeceaffbc03..b57a45daf0df 100644 --- a/drivers/thermal/kirkwood_thermal.c +++ b/drivers/thermal/kirkwood_thermal.c @@ -108,7 +108,6 @@ static int kirkwood_thermal_exit(struct platform_device *pdev) platform_get_drvdata(pdev); thermal_zone_device_unregister(kirkwood_thermal); - platform_set_drvdata(pdev, NULL); return 0; } |