+1
−1
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
clk_set_rate() uses clk->rate directly. This causes problems if the clock is marked as CLK_GET_RATE_NOCACHE. Hence call clk_get_rate() to get the current rate. Signed-off-by:Peter De Schrijver <pdeschrijver@nvidia.com> Signed-off-by:
Mike Turquette <mturquette@linaro.org>