Browse Source

soft_3rdpart/wave420l: Remove unwanted vpu_clk_disable

VPU_SUPPORT_CLOCK_CONTROL have clock gating scheme frame by frame.
so, there is no clk requires to disable when remove.

Signed-off-by: Samin Guo <samin.guo@linux.starfivetech.com>
Samin Guo 1 year ago
parent
commit
763ceb32fa
1 changed files with 0 additions and 1 deletions
  1. 0 1
      wave420l/code/vdi/linux/driver/venc.c

+ 0 - 1
wave420l/code/vdi/linux/driver/venc.c

@@ -1192,7 +1192,6 @@ static int vpu_remove(struct platform_device *pdev)
 	if (s_vpu_register.virt_addr)
 		iounmap((void *)s_vpu_register.virt_addr);
 
-	vpu_clk_disable(s_vpu_clk);
 	vpu_clk_put(s_vpu_clk);
 	vpu_pmu_disable(&pdev->dev);