diff options
author | Brian Norris <briannorris@chromium.org> | 2021-08-26 12:40:17 -0700 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-09-13 01:59:25 +0100 |
commit | adea283117225281ecf537171a06dd6e430bd8db (patch) | |
tree | ed59e76c4f0fbc772b1e573828484a6faeffc7a5 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 6998c575b6dc26275b61987a3d70a8a4c976048b (diff) |
regulator: core: resolve supply voltage deferral silently
Voltage-controlled regulators depend on their supply regulator for
retrieving their voltage, and so they might return -EPROBE_DEFER at this
stage. Our caller already attempts to resolve supplies and retry, so we
shouldn't be printing this error to logs.
Quiets log messages like this, on Rockchip RK3399 Gru/Kevin boards:
[ 1.033057] ppvar_bigcpu: failed to get the current voltage: -EPROBE_DEFER
...
[ 1.036735] ppvar_litcpu: failed to get the current voltage: -EPROBE_DEFER
...
[ 1.040366] ppvar_gpu: failed to get the current voltage: -EPROBE_DEFER
...
[ 1.044086] ppvar_centerlogic: failed to get the current voltage: -EPROBE_DEFER
Cc: Chen-Yu Tsai <wenst@chromium.org>
Signed-off-by: Brian Norris <briannorris@chromium.org>
Link: https://lore.kernel.org/r/20210826124015.1.Iab79c6dd374ec48beac44be2fcddd165dd26476b@changeid
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions