diff options
author | Christian Marangi <[email protected]> | 2022-06-20 00:29:39 +0200 |
---|---|---|
committer | Chanwoo Choi <[email protected]> | 2022-06-30 05:11:17 +0900 |
commit | 82c66d2bbbeda9e493487e7413769087a0b46250 (patch) | |
tree | 51a2013ac1d03036809f963f90fc5d05d726b8c3 /tools/perf/scripts/python/bin/export-to-postgresql-report | |
parent | b5d281f6c16dd432b618bdfd36ddba1a58d5b603 (diff) |
PM / devfreq: Fix kernel warning with cpufreq passive register fail
Remove cpufreq_passive_unregister_notifier from
cpufreq_passive_register_notifier in case of error as devfreq core
already call unregister on GOV_START fail.
This fix the kernel always printing a WARN on governor PROBE_DEFER as
cpufreq_passive_unregister_notifier is called two times and return
error on the second call as the cpufreq is already unregistered.
Fixes: a03dacb0316f ("PM / devfreq: Add cpu based scaling support to passive governor")
Signed-off-by: Christian Marangi <[email protected]>
Signed-off-by: Chanwoo Choi <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-postgresql-report')
0 files changed, 0 insertions, 0 deletions