lkml.org 
[lkml]   [2021]   [Aug]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH v9 5/8] soc/tegra: pmc: Implement get_performance_state() callback
On 27-08-21, 04:34, Dmitry Osipenko wrote:
> + clk_opp_table = dev_pm_opp_set_clkname(dev, NULL);
> + if (IS_ERR(clk_opp_table)) {
> + dev_err(dev, "failed to set OPP clk: %pe\n", clk_opp_table);
> + ret = PTR_ERR(clk_opp_table);
> + goto put_hw;
> + }

Why do you need to do it ? OPP core already does this automatically.

--
viresh

\
 
 \ /
  Last update: 2021-08-27 05:07    [W:0.241 / U:0.656 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site