diff options
Diffstat (limited to 'drivers/clocksource/sh_tmu.c')
-rw-r--r-- | drivers/clocksource/sh_tmu.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/clocksource/sh_tmu.c b/drivers/clocksource/sh_tmu.c index 78b8dae49628..54ab47553701 100644 --- a/drivers/clocksource/sh_tmu.c +++ b/drivers/clocksource/sh_tmu.c | |||
@@ -509,7 +509,6 @@ static int sh_tmu_probe(struct platform_device *pdev) | |||
509 | ret = sh_tmu_setup(p, pdev); | 509 | ret = sh_tmu_setup(p, pdev); |
510 | if (ret) { | 510 | if (ret) { |
511 | kfree(p); | 511 | kfree(p); |
512 | platform_set_drvdata(pdev, NULL); | ||
513 | pm_runtime_idle(&pdev->dev); | 512 | pm_runtime_idle(&pdev->dev); |
514 | return ret; | 513 | return ret; |
515 | } | 514 | } |