Thanks Ulf,

On 30/05/14 11:28, Ulf Hansson wrote:
          */
>-       if (host->mclk > 100000000) {
>-               ret = clk_set_rate(host->clk, 100000000);
>+       if (host->mclk > host->variant->f_max) {
You can use the local variant pointer directly, instead of host->variant.

yes, Will do that in next version.

Thanks,
srini
>+               ret = clk_set_rate(host->clk, host->variant->f_max);
>                 if (ret < 0)
>                         goto clk_disable;
>                 host->mclk = clk_get_rate(host->clk);
>--
--
To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to