diff options
author | Viresh Kumar <viresh.kumar@linaro.org> | 2021-01-29 11:42:04 +0100 |
---|---|---|
committer | Viresh Kumar <viresh.kumar@linaro.org> | 2021-02-02 06:00:53 +0100 |
commit | d4a4c7a41153d701f23322ea5d39c766e9ff6eee (patch) | |
tree | 34a9173a10273773ed8830cc733900b68f7276dc /kernel | |
parent | opp: Update bandwidth requirements based on scaling up/down (diff) | |
download | linux-d4a4c7a41153d701f23322ea5d39c766e9ff6eee.tar.xz linux-d4a4c7a41153d701f23322ea5d39c766e9ff6eee.zip |
opp: Don't ignore clk_get() errors other than -ENOENT
Not all devices that need to use OPP core need to have clocks, a missing
clock is fine in which case -ENOENT shall be returned by clk_get().
Anything else is an error and must be handled properly.
Reported-by: Dmitry Osipenko <digetx@gmail.com>
Tested-by: Dmitry Osipenko <digetx@gmail.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions