Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1222521 > unrolled thread

Re: [PATCH] cpufreq: imx: update the clock swith flow to support imx6ul

Started byViresh Kumar <viresh.kumar@linaro.org>
First post2015-09-11 06:20 +0200
Last post2015-09-11 06:20 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH] cpufreq: imx: update the clock swith flow to support  imx6ul Viresh Kumar <viresh.kumar@linaro.org> - 2015-09-11 06:20 +0200

#1222521 — Re: [PATCH] cpufreq: imx: update the clock swith flow to support imx6ul

FromViresh Kumar <viresh.kumar@linaro.org>
Date2015-09-11 06:20 +0200
SubjectRe: [PATCH] cpufreq: imx: update the clock swith flow to support imx6ul
Message-ID<q7nYB-7on-3@gated-at.bofh.it>
On 11-09-15, 19:23, Bai Ping wrote:
> @@ -331,6 +365,10 @@ put_clk:
>  		clk_put(step_clk);
>  	if (!IS_ERR(pll2_pfd2_396m_clk))
>  		clk_put(pll2_pfd2_396m_clk);
> +	if (!IS_ERR(pll2_bus_clk))
> +		clk_put(pll2_bus_clk);
> +	if (!IS_ERR(secondary_sel_clk))
> +		clk_put(secondary_sel_clk);
>  	of_node_put(np);
>  	return ret;
>  }

You missed performing same steps in imx6q_cpufreq_remove() ?

-- 
viresh
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web