Loading drivers/clk/qcom/clock-rpm-8992.c +5 −1 Original line number Diff line number Diff line Loading @@ -274,7 +274,7 @@ static int msm_rpmcc_8992_probe(struct platform_device *pdev) struct resource *res; int ret; ret = enable_rpm_scaling(); ret = vote_bimc(&bimc_clk, INT_MAX); if (ret < 0) return ret; Loading @@ -294,6 +294,10 @@ static int msm_rpmcc_8992_probe(struct platform_device *pdev) if (ret) return ret; ret = enable_rpm_scaling(); if (ret < 0) return ret; /* * Hold an active set vote for the PNOC AHB source. * Sleep set vote is 0. Loading Loading
drivers/clk/qcom/clock-rpm-8992.c +5 −1 Original line number Diff line number Diff line Loading @@ -274,7 +274,7 @@ static int msm_rpmcc_8992_probe(struct platform_device *pdev) struct resource *res; int ret; ret = enable_rpm_scaling(); ret = vote_bimc(&bimc_clk, INT_MAX); if (ret < 0) return ret; Loading @@ -294,6 +294,10 @@ static int msm_rpmcc_8992_probe(struct platform_device *pdev) if (ret) return ret; ret = enable_rpm_scaling(); if (ret < 0) return ret; /* * Hold an active set vote for the PNOC AHB source. * Sleep set vote is 0. Loading