|
|
@@ -885,8 +885,7 @@ static int c8sectpfe_probe(struct platform_device *pdev)
|
|
|
return 0;
|
|
|
|
|
|
err_clk_disable:
|
|
|
- /* TODO uncomment when upstream has taken a reference on this clk */
|
|
|
- /*clk_disable_unprepare(fei->c8sectpfeclk);*/
|
|
|
+ clk_disable_unprepare(fei->c8sectpfeclk);
|
|
|
return ret;
|
|
|
}
|
|
|
|
|
|
@@ -921,11 +920,8 @@ static int c8sectpfe_remove(struct platform_device *pdev)
|
|
|
if (readl(fei->io + SYS_OTHER_CLKEN))
|
|
|
writel(0, fei->io + SYS_OTHER_CLKEN);
|
|
|
|
|
|
- /* TODO uncomment when upstream has taken a reference on this clk */
|
|
|
- /*
|
|
|
if (fei->c8sectpfeclk)
|
|
|
clk_disable_unprepare(fei->c8sectpfeclk);
|
|
|
- */
|
|
|
|
|
|
return 0;
|
|
|
}
|